mDNSResponder-client

Library for talking to the mDNSResponder daemon.

https://github.com/obsidiansystems/mDNSResponder-client

Latest on Hackage:1.0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Shea Levy
Maintained by [email protected]

On OS X, iOS, and Bonjour for Windows, mDNSResponder is the daemon responsible for providing the Bonjour services. This is a client implementation directly on top of the (not documented outside of the open source code) Unix domain socket protocol, as the "low level" dns_sd C API provided by Apple relies on heavy use of callbacks and does not allow for nonblocking connections.