Files
esp-protocols/components/mdns
David Cermak d238e9311b feat(mdns): Decouple main module from mdns-networking
Removed sharing the data via the global variable `_mdns_server`, added
API `mdns_is_netif_ready()`
2023-03-22 12:16:28 +01:00
..
2023-02-20 16:11:24 +04:00
2023-03-16 08:18:33 +01:00
2023-03-16 08:18:33 +01:00
2023-03-16 08:18:33 +01:00

mDNS Service

Component Registry

mDNS is a multicast UDP service that is used to provide local network service and host discovery.

Examples

Get started with example test Example:

Documentation