mDNS Service Discovery
$ go install github.com/bbusse/mdns-discover@latest
$ mdns-discover help
$ mdns-discover
Regular expressions are not supported
The service type without the domain needs to be an exact match
$ MDNS_SERVICE_FILTER="_workstation._tcp" mdns-discover
# List of fields must be quoted and comma delimited
$ mdns-discover show "hostname, address, text"
$ git clone https://github.com/bbusse/mdns-discover
$ cd mdns-discover
$ go build
mDNS Wikipedia
mDNS by Stuart Cheshire
https://github.com/hashicorp/mdns
https://github.com/grandcat/zeroconf/