Registry / networking / whyrusleeping-mdns

whyrusleeping-mdns

JSON →
library0.0.0-20190826153040-b9b60ed33aa9gogounverified

A Go library for multicast DNS service discovery.

go get github.com/whyrusleeping/mdns
INSTALL
IMPORT
SIG · WHYRUSLEEPING-MDNS
W
whyrusleeping-mdns
networkinggov0.0.0-20190826153040-b9b60ed33aa9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mdns
✓ github.com/whyrusleeping/mdns

Starts an mDNS service advertising an HTTP service.

package main import ( "fmt" "github.com/whyrusleeping/mdns" ) func main() { service, _ := mdns.NewMDNSService("test", "_http._tcp", "", "", 8080, nil) server, _ := mdns.NewServer(&mdns.Config{Zone: service}) defer server.Shutdown() fmt.Println("MDNS server started") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190826153040-b9b60ed33aa9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
whyrusleeping-mdns — go get whyrusleeping-mdns · libregistry