Registry / networking / brutella-dnssd

brutella-dnssd

JSON →
library1.2.14gogounverified

A Go library for DNS Service Discovery (Bonjour/Avahi).

go get github.com/brutella/dnssd
INSTALL
IMPORT
SIG · BRUTELLA-DNSSD
B
brutella-dnssd
networkinggov1.2.14
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.

dnssd
✓ github.com/brutella/dnssd

Creates a new DNS-SD service instance.

package main import ( "fmt" "github.com/brutella/dnssd" ) func main() { svc, _ := dnssd.NewService( dnssd.WithName("Test"), dnssd.WithPort(8080), ) fmt.Println(svc.Name()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
OpenAI (training)
1
Resources
brutella-dnssd — go get brutella-dnssd · libregistry