jbagg / QtZeroConf

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

Use bonjour-sdk on other platforms, too? #59

Open probonopd opened 1 year ago

probonopd commented 1 year ago

Is there a way to use bonjour-sdk not only for WIN32, but also for e.g., Linux or FreeBSD? If so, how?

Ideally there would be a configure-time switch to use either Avahi or bonjour-sdk.

The use case would be embedded systems where no full Avahi stack is running and no dependencies on Avahi are desirable.

jbagg commented 1 year ago

bonjour-sdk requires a daemon be running called mdns-responder. I believe the right solution for Linux and embedded Linux is Avahi.