forked from espressif/esp-protocols
- Replaces hardcoded PTR "half-TTL" with `MDNS_ANSWER_PTR_TTL/2` (defined in mdns_private.h) - Replaces hardcoded TXT "half-TTL" with `MDNS_ANSWER_TXT_TTL/2` (defined in mdns_private.h)
mDNS Service
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
- View the full documentation(English)
- View the full documentation(Chinese)