AmazonDashButtonHack icon indicating copy to clipboard operation
AmazonDashButtonHack copied to clipboard

Class C network requirement

Open vmsh0 opened this issue 7 years ago • 3 comments

Is a class C network (a /24) really a requirement? Why so? Have you done any testing? You may want to either share more on the requirement or remote it altogether if it isn't actually there.

vmsh0 avatar Apr 16 '17 08:04 vmsh0

The requirement is primarily for the discovery program. I built the thing with autohotkey, so I send a ping to the entire /24 subnet of whatever network the program is running on to build the windows arp table of active devices.

The daemon should theoretically be fine if you manually specify an IP outside of a /24 range so long as you can pass pings and arp to that network.

fiveseven808 avatar Apr 16 '17 09:04 fiveseven808

Ah I see, it is a limitation that only exists in your program.

vmsh0 avatar Apr 16 '17 20:04 vmsh0

Feel free to modify and expand the program 😉

fiveseven808 avatar Apr 16 '17 21:04 fiveseven808