mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-28 17:57:31 +02:00
1.5.0 Features - supported removal of subtype when updating service (4ad88e29
) Bug Fixes - Fix zero-sized VLA clang-tidy warnings (196198ec
) - Remove dead store to arg variable shared (e838bf03
) - Fix name mangling not to use strcpy() (99b54ac3
) - Fix potential null derefernce in _mdns_execute_action() (f5be2f41
) - Fix AFL test mock per espressif/esp-idf@a5bc08fb55 (3d8835cf
) - Fixed potential out-of-bound interface error (24f55ce9
) - Fixed incorrect error conversion (8f8516cc
) - Fixed potential overflow when allocating txt data (75a8e864
) - Move MDNS_NAME_BUF_LEN to public headers (907087c0
, #724) - Cleanup includes in mdns.c (68a9e148
, #725) - Allow advertizing service with port==0 (827ea65f
) - Fixed complier warning if MDNS_MAX_SERVICES==0 (95377216
, #611)
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)