Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 273 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 273 Bytes

SwiftNetService

A Swift ZeroConf implementation of the NetService API

Prerequisites

On Linux, you need to install mDNSResponder or avahi (with dns_sd compatibility) first, e.g. on Ubuntu 16.04 you can use

	sudo apt install libavahi-compat-libdnssd-dev