@hackage / mDNSResponder-client

Library for talking to the mDNSResponder daemon.

Latest1.0.3

About

Metadata

  • Last updated , by shlevy
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: shea@shealevy.com

  • Lottery factor: 0

Links

Installation

Readme

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.