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.
我想编写一个 python 程序来浏览本地网络中所有现有的 Bonjour 服务。我问是否有办法做到这一点,因为服务总是来来去去?
您可能应该首先查看现有的库,例如pybonjour。
原则上,这当然是可能的,但您需要做好服务可能会消失的准备,并且您还需要刷新可用服务器的想法,以防止它过时并且不显示新添加的服务器。
pybonjour 的首页上有示例代码,显示了如何浏览服务。