hashicorp/mdns
Simple mDNS client/server library in Golang observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 99
- Release rhythm 56
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 505
- age_days: 4599
- days_rel: 82
- days_push: 9
- n_releases_24m: 2
Adoption not part of the score
1372 stars · 224 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A simple mDNS (Multicast DNS) client and server library written in Go. It enables publishing and discovering services on a local network without an authoritative DNS server, supporting peer-to-peer service discovery.
Use cases
- discover services on a local network without a DNS server
- publish a service via mDNS so others can find it
- implement zeroconf/Bonjour-style peer-to-peer discovery in Go
- find hosts running a specific service type like _foobar._tcp
- build local network device discovery for IoT or home networks
When to choose
- you need lightweight mDNS service discovery in a Go application
- you are building tools for office, home, or private infrastructure networks where multicast works
- you want a minimal, MIT-licensed library rather than a full zeroconf stack
When to avoid
- your application runs in cloud or shared infrastructure environments where multicast is blocked
- you need full DNS-SD features or cross-language support beyond Go
- you need active development and frequent updates
Facets
library · maturity maintenance
networking service-discovery sdk networking developer-tools microservices go cross-platform mdns multicast-dns zeroconf bonjour service-discovery peer-to-peer
1 source
- readme: https://github.com/hashicorp/mdns · fetched 2026-08-28 · b4d9ea6dbf0d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hashicorp/mdns | main | 84 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem