jbagg / QtZeroConf

Qt wrapper class for ZeroConf libraries across various platforms.
Other
69 stars 51 forks source link

Support for native Windows mDNS/DNS-SD stack #66

Open fwcd opened 4 months ago

fwcd commented 4 months ago

Microsoft has announced to focus their multicast efforts on mDNS and have apparently added native mDNS/DNS-SD support in Windows 10. Perhaps this library could implement that API, so Windows builds would no longer need Bonjour? (Of course the Bonjour backend could still be useful for older Windows versions)

See also:

jbagg commented 4 months ago

Very interesting. I'll do some edge case tests to see how good the api is.