Simple mDNS client/server library
Go to file
2014-01-29 15:57:37 -08:00
.gitignore Initial commit 2014-01-29 11:39:18 -08:00
client.go Adding a simple client 2014-01-29 15:57:37 -08:00
LICENSE Initial commit 2014-01-29 11:39:18 -08:00
README.md Initial commit 2014-01-29 11:39:18 -08:00
server_test.go Adding mdns server 2014-01-29 14:36:46 -08:00
server.go Adding mdns server 2014-01-29 14:36:46 -08:00
zone_test.go Adding zones with tests 2014-01-29 14:28:46 -08:00
zone.go Adding zones with tests 2014-01-29 14:28:46 -08:00

mdns

Simple mDNS client/server library in Golang