I'm building software for a company that sells hardware devices. They want the software to be able to locate all devices on the network without restricting either of their IPs.

What's the best way to do this? I'm thinking the hardware could subscribe to a "known" multicast address, have the software broadcast to it and the hardware would reply. The devices and software would reside on the same LAN so I'm not worried about multicast being blocked. I'm just worried that I'll discover that the "known" address is already in use in the future. It isn't possible for me to change this protocol once I've got devices in the wild. Please advise.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Universal Plug and Play, Bonjour or other Zero configuration networking techniques.

link|improve this answer
What's the lightest, cross-platform, open-source protocol out there right now? I read that UPnP is heavy, Bonjour costs royalties, and Avahi has no Windows support. – Gili Mar 10 '09 at 5:36
Answering my own question: bosatsu.net/talks/JmDNS.pdf – Gili Mar 11 '09 at 3:00
feedback

You could look into the various methods of constructing zero configuration networking.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.