Skip to content

soh335/go-dnssd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-dnssd

Golang interface to the dns-sd library.

  • It is alpha quality.
  • Requires dns_sd.h.

Use OSX's dns-sd utility to debug:

# Browse http services on this network
dns-sd -B _http._tcp. .

# Get details aboout the "My Test" service
dns-sd -L "My Test" _http._tcp. .

# Register a "My Test" service
dns-sd -R "My Test" _http._tcp . 3000 path=/path-to-page.html

About

Golang interface to the dns-sd library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published