@hg8496/umgfinder
TypeScript icon, indicating that this package has built-in type declarations

2.1.2 • Public • Published

umgfinder

NPM version Build Status Coverage Status

A node js library to find all ethernet based Janitza UMGs in the specified network.

import { scanNetwork } from '@hg8496/umgfinder';

async function main() {
    return await scanNetwork(process.argv[2]);
}

main().then((devices) => {
    devices.forEach((device) => {
        console.log(device.deviceType, device.ip, device.serialNumber, device.firmwareVersion)
    })
});

Package Sidebar

Install

npm i @hg8496/umgfinder

Weekly Downloads

2

Version

2.1.2

License

MIT

Unpacked Size

16 kB

Total Files

13

Last publish

Collaborators

  • hg8496