A small TUI app to discover mDNS/Zeroconf/Bonjour services and devices on your network.
Built in go and using charm.sh libraries.
Precompiled binaries for your platform can be found on the Releases page.
brew install patopesto/tap/mdns-discovery
./mdns-discovery <flags>
View all available configuration options
./mdns-discovery -h
go run . <flags>
go build
- mDNS wikipedia and go library
- Bubble Tea: TUI Framework
- Bubbles: TUI Components for Bubble Tea
- Lipgloss: Styling
- Bubble-table: Table componenent for Bubble Tea