I'm looking to implement a ZeroConf application for Windows. I've noticed Bonjour and Mono.Zeroconf but was wondering if there were any decent alternatives?
问问题
2054 次
I'm looking to implement a ZeroConf application for Windows. I've noticed Bonjour and Mono.Zeroconf but was wondering if there were any decent alternatives?
有一个名为 pyzeroconf 的 zeroconf 的 python 实现:https ://github.com/paulsm/pyzeroconf ,这非常有用,尽管其中有一些你必须修复的错误并且没有为 ipv6 实现。