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.
大家好,在 windows phone 7 中发现设备或桌面客户端的各种方法是什么?
我使用了 Udpanysourcemulticast 客户端,它只能在 wi-fi 中使用。wp7中不支持UDP广播。那我还能用什么来发现网络中的设备?
您可以使用 udp 套接字发送 sspd 发现消息,然后侦听响应。我用过这种方法,效果很好。发布的代码太多,但如果你用谷歌搜索“wp7 ssdp:discover”,你应该会找到几个例子。