mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-17 12:32:14 +02:00
1.3.0 Features - add a new mdns query mode `browse` (af330b6
) - Make including mdns_console KConfigurable (27adbfe
) Bug Fixes - Schedule all queued Tx packets from timer task (d4e693e
) - add lock for some common apis (21c84bf
) - fix mdns answer append while host is invalid (7be16bc
)
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)