node-lightify icon indicating copy to clipboard operation
node-lightify copied to clipboard

[Request] Gateway discovering

Open unm4sk1g opened this issue 8 years ago • 2 comments

Hey. First of all, nice library, since I have problems with Lightify's cloud this is perfect. One thing that would be a nice addition to this library is gateway discovering. Basically nmap_ing_ the network and searching for IP with port 4000 running, is it possible to implement?

unm4sk1g avatar Oct 24 '17 08:10 unm4sk1g

According to this:

https://github.com/noctarius/lightify-binary-protocol

...discovery is accomplished through mDNS (AKA Bonjour).

david-mark avatar Mar 09 '18 20:03 david-mark

You can use this library to do it: https://github.com/agnat/node_mdns

NodeGuy avatar Nov 25 '18 03:11 NodeGuy