Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.52 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.52 KB

Swift DNS Service Discovery

Build

An implementation of the Swift Service Discovery API using DNS-based Service Discovery (DNS-SD), also known as Bonjour, Zeroconf or Avahi.

Uses the dns_sd library, which on macOS/Windows is provided by Bonjour and on Linux requires the Avahi compatibility layer. On Ubuntu, the following package can be used:

sudo apt install libavahi-compat-libdnssd-dev

Credits

The library draws inspiration from

The following documentation on the dns_sd library was also incredibly helpful: