windy1 / zeroconf-rs

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

Zeroconf not showing real address #55

Closed DebianArch64 closed 5 months ago

DebianArch64 commented 5 months ago

image

When printing 'ServiceDiscovery' result it shows '0.0.0.0' instead of the expected '192.168.1.30' of another device on the network, but it does show correct port number

DebianArch64 commented 5 months ago

image

When printing 'ServiceDiscovery' result it shows '0.0.0.0' instead of the expected '192.168.1.30' of another device on the network, but it does show correct port number

nvm this should be able to be resolved through the host name by Avahi