Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soh335/go-dnssd
Golang interface to the dns-sd library
https://github.com/soh335/go-dnssd
Last synced: 23 days ago
JSON representation
Golang interface to the dns-sd library
- Host: GitHub
- URL: https://github.com/soh335/go-dnssd
- Owner: soh335
- License: mit
- Created: 2013-08-04T08:51:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T07:27:11.000Z (over 8 years ago)
- Last Synced: 2024-10-11T21:11:48.408Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-dnssd
Golang interface to the dns-sd library.
* It is alpha quality.
* Requires [dns_sd.h](http://www.opensource.apple.com/source/mDNSResponder/mDNSResponder-320.5/mDNSShared/dns_sd.h).Use OSX's `dns-sd` utility to debug:
```bash
# 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
```