2017-01-04 11:54:07 -05:00
|
|
|
mDNS Service
|
|
|
|
============
|
2019-03-21 03:38:48 -04:00
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
2017-01-04 11:54:07 -05:00
|
|
|
|
|
|
|
mDNS is a multicast UDP service that is used to provide local network service and host discovery.
|
|
|
|
|
2022-04-05 06:31:04 -04:00
|
|
|
The ESP-IDF component `mDNS` has been moved from ESP-IDF since version v5.0 to a separate repository:
|
2017-01-04 11:54:07 -05:00
|
|
|
|
2022-04-05 06:31:04 -04:00
|
|
|
* `mDNS component on GitHub <https://github.com/espressif/esp-protocols/tree/master/components/mdns>`__
|
2017-01-04 11:54:07 -05:00
|
|
|
|
2023-05-08 05:02:32 -04:00
|
|
|
To add mDNS component in your project, please run `idf.py add-dependency espressif/mdns`.
|
2023-03-27 06:35:40 -04:00
|
|
|
|
2022-04-05 06:31:04 -04:00
|
|
|
Hosted Documentation
|
|
|
|
--------------------
|
2017-01-04 11:54:07 -05:00
|
|
|
|
2022-04-05 06:31:04 -04:00
|
|
|
The documentation can be found on the link below:
|
2017-01-04 11:54:07 -05:00
|
|
|
|
2023-03-27 06:35:40 -04:00
|
|
|
* `mDNS documentation <https://docs.espressif.com/projects/esp-protocols/mdns/docs/latest/en/index.html>`__
|