tree: 26ee17532c96b145f612284e577d3de610592112 [path history] [tgz]
  1. go_dns/
  2. BUILD
  3. dnsaux.go
  4. doc.go
  5. ipaux.go
  6. ipaux_bsd.go
  7. ipaux_linux.go
  8. ipaux_plan9.go
  9. ipaux_posix.go
  10. LICENSE
  11. mdns.go
  12. mdns_test.go
  13. README.google
  14. README.md
  15. rrcache.go
  16. rrcache_test.go
go/src/github.com/presotto/go-mdns-sd/README.md

This is a standalone go based mdns and service discovery implementation.

The file doc.go describes the user interface.

The subdir go_dns is a modified version of the go dns pkg.