Open probonopd opened 2 years ago
Is there a way to use bonjour-sdk not only for WIN32, but also for e.g., Linux or FreeBSD? If so, how?
bonjour-sdk
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.
bonjour-sdk requires a daemon be running called mdns-responder. I believe the right solution for Linux and embedded Linux is Avahi.
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.