nerves_dnssd v0.2.0 Nerves.Dnssd
The Nerves.Dnssd
application.
The application will (in an embedded setting) manage the mDNS daemon.
Via the config option :daemon_restart
the start behaviour can be managed.
Default is :permanent
. On a desktop there may already be a daemon running,
so a failed start should just be ignored, by either setting this property
to :temporary
(try once and ignore failure) or :ignore
. :transient
may
also be set if desired, although :permanent
is probably prefered in such
circumstances.
Once the application is started services can be registered and browsed via the Erlang API.
Link to this section Summary
Link to this section Functions
Link to this function
daemon_worker()
Link to this function
start(type, args)
Link to this function
stop(state)