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

Question: iOS and Android Support? #64

Open zamderax opened 2 months ago

zamderax commented 2 months ago

Great library, looks promising, but does this work for iOS and Android?

windy1 commented 2 months ago

Hello! I suspect it will not work on Android since it looks like they rolled their own implementation and some light googling suggests it is not avahi-based. As for iOS, I don't have a license, so I don't know; but, possibly yes. From what I can tell iOS seems like it might just use the same bindings as macOS so it's worth a shot!

If you are interested in adding support for these platforms, I would be happy to help however I can.

zamderax commented 2 months ago

Thank you,

I tried this on iOS and it worked great. I haven't gotten to try Android yet

windy1 commented 2 months ago

That is great to know! Thank you for testing it.