mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-22 14:57:30 +02:00
1.2.0 Features - add an API for setting address to a delegated host (ddc3eb6
) - Add support for lwip build under linux (588465d
) - Allow for adding a delegated host with no address (c562461
) - Add APIs for looking up self hosted services and getting the self hostname (f0df12d
) Bug Fixes - Refactor freertos linux compat layers (79a0e57
) - Fix delegated service PTR response (cab0e1d
) - Added unit tests to CI + minor fix to pass it (c974c14
) Updated - docs: update documentation links (4de5298
)
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)