Firmware  0.4.1
Loading...
Searching...
No Matches
mDNS

Table of Contents

mDNS is a multicast UDP service that is used to provide local network service and host discovery. This module registers those services.

Initialization

Initialization takes place in init(). This function sets the hostname based on the currently active WiFi mode. In station mode, the hostname is set to the user's preference; in access point mode, it is set to "remise."

The following services are registered.

Type Protocol Port
_http _tcp 80
_z21 _udp 21105
Note
To list mDNS services you can use avahi, which is typically installed by default.
avahi-browse -a
Previous Next
HTTP UDP