Skip to content
Chris Petersen edited this page Mar 16, 2016 · 1 revision

Publishes an MDNS service for discovery with Bonjour/Avahi etc.

Parameter Description
name Service name
ipaddr IP address string
port Port integer
descr Description string

Example

> (mdns-register "example.local" (ipaddr->string (host-ipaddr)) 8080 "_http._tcp.local" "Example web interface")
#t
Clone this wiki locally