Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一组相同的自定义 linux 设备插入网络并通过 DHCP 分配地址。这些需要能够自动发现彼此。这样做最合适的方法是什么?
你可以看看使用 Avahi 的服务发现:-
http://en.wikipedia.org/wiki/Avahi_(软件)
您可以在您的设备上实现 Upnp 协议。它会做你所要求的等等。使用经过测试的协议比创建新协议要好。