This library implements just enought DNS to work with mDNS (Multicast DNS, resolving local
names) and DNS-SD (DNS Service discovery, finding services on your network).
For usage see the documentation or the demo at src/bin.
Main reference used was: http://www.tcpipguide.com/free/t_TCPIPDomainNameSystemDNS.htm.
Also the RFCs and Wireshark.
MIT