OSDN Git Service

Hulk did something
[bytom/vapor.git] / vendor / github.com / grandcat / zeroconf / doc.go
1 // Package zeroconf is a pure Golang library that employs Multicast DNS-SD for
2 // browsing and resolving services in your network and registering own services
3 // in the local network.
4 //
5 // It basically implements aspects of the standards
6 // RFC 6762 (mDNS) and
7 // RFC 6763 (DNS-SD).
8 // Though it does not support all requirements yet, the aim is to provide a
9 // complient solution in the long-term with the community.
10 //
11 // By now, it should be compatible to [Avahi](http://avahi.org/) (tested) and
12 // Apple's Bonjour (untested). Should work in the most office, home and private
13 // environments.
14 package zeroconf