Files
esp-protocols/components/mdns
Andrew Chalmers bd23c233a4 fix(mdns): Fix _mdns_append_fqdn excessive stack usage
Move "mdns_name_t name" declaration inside loop to move it out of scope and reclain stack space before recursion call.
2025-01-24 17:39:04 +10:30
..
2025-01-23 09:00:01 +01:00
2025-01-23 09:00:01 +01:00
2025-01-23 09:00:01 +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