/mdns-discovery

A TUI to discover all mDNS (zeroconf/Bonjour) advertised services on a network

Primary LanguageGoMIT LicenseMIT

mDNS Discovery

A small TUI app to discover mDNS/Zeroconf/Bonjour services and devices on your network.
Built in go and using charm.sh libraries.

App gif

Install

Manually

Precompiled binaries for your platform can be found on the Releases page.

Homebrew

brew install patopesto/tap/mdns-discovery

Usage

./mdns-discovery <flags>

View all available configuration options

./mdns-discovery -h

Development

Running

go run . <flags>

Building

go build

References