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?
Asked
Active
Viewed 2,188 times
1 Answers
1
There is a python implementation of zeroconf called pyzeroconf: https://github.com/paulsm/pyzeroconf, that is pretty useful, though there are some bugs in it that you will have to fix and is not implemented for ipv6.

user1395002
- 11
- 2