zeroconf is a cross-platform library that wraps underlying ZeroConf/mDNS implementations such as Bonjour or Avahi, providing an easy and idiomatic way to both register and browse services.
MIT License
77
stars
25
forks
source link
win64 win11 zeroconf-browser-example shows no results #65
I get only the first/last service instance instead of all of the instances "_http._tcp.local". I would think I should get all instances, but I get one.
I was trying to debug that using dns-sd.
dns-sd -B _http._tcp
shows the two service instances running.
zeroconf-rs\examples\browser>cargo run
I get no running output, just sits there.
I've had success registering a service with win11 zeroconf-rs and resolving it using android flutter https://pub.dev/packages/multicast_dns.
I get only the first/last service instance instead of all of the instances "_http._tcp.local". I would think I should get all instances, but I get one.
I was trying to debug that using dns-sd. dns-sd -B _http._tcp shows the two service instances running.
zeroconf-rs\examples\browser>cargo run I get no running output, just sits there.