문제

I have a set of identical, custom linux devices plugged into a network and assigned addresses via DHCP. These need to be able to automatically discover each other. What's the most appropriate way of doing this?

도움이 되었습니까?

해결책

You could take a look at service discovery using Avahi: -

http://en.wikipedia.org/wiki/Avahi_(software)

다른 팁

You could implement Upnp protocol on your devices. It'll do what you ask for and more. Using a tested protocol is better than creating a new one.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top