mdnsresponder

ZeroConf a.k.a Bonjour a.k.a. mDNS + DNS-SD

Version

2200.140.11-1
(2024-12-13)

Size

331.7

KiB

Repository

HaikuPorts
x86_64
Apple's Open Source DNS Service Discovery Collection

Quick usage guide:

To "advertize" Haiku's sshd service:

> mdnsd # if it is not running already.
> dns-sd -R $(hostname) _ssh "" 22

To browse for any services in the local network (doesn't works yet on Haiku, but you can try
the command on your Linux/*BSD of choice):

> dns-sd -lo -B _services._dns-sd._udp.

To browse for services running on the current machine:

> dns-sd -lo -B _services._dns-sd._udp.