2.1.2 • Published 4 years ago

@hg8496/umgfinder v2.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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)
    })
});
2.1.2

4 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.3

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago