Files
esp-protocols/components/mdns
Vikram Dattu 081eef88cf fix(mdns): Fix unused variable dcst warning for wifi-remote chips
- Cover WIFI_REMOTE as well for MDNS_ESP_WIFI_ENABLED macro
 - localize `esp_netif_dhcp_status_t dcst;` declaration where used
2025-11-14 17:43:54 +05:30
..
2025-11-03 08:12:38 +01:00
2025-11-03 08:12:38 +01:00
2025-02-27 10:33:53 +01:00
2025-11-03 08:12:38 +01:00
2023-05-12 12:21:55 +04: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