Registry / networking / pion-mdns

pion-mdns

JSON →
library0.0.12gogounverified

A Go implementation of multicast DNS (mDNS) for service discovery on local networks.

go get github.com/pion/mdns
INSTALL
IMPORT
SIG · PION-MDNS
P
pion-mdns
networkinggov0.0.12
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/pion/mdns

Start a basic mDNS server (requires configuration for queries/answers).

package main import ( "github.com/pion/mdns" ) func main() { server, _ := mdns.Server(nil, nil) defer server.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.12latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pion-mdns — go get pion-mdns · libregistry