mdns.rst 554 B

12345678910111213141516
  1. mDNS Service
  2. ============
  3. :link_to_translation:`zh_CN:[中文]`
  4. mDNS is a multicast UDP service that is used to provide local network service and host discovery.
  5. The ESP-IDF component `mDNS` has been moved from ESP-IDF since version v5.0 to a separate repository:
  6. * `mDNS component on GitHub <https://github.com/espressif/esp-protocols/tree/master/components/mdns>`__
  7. Hosted Documentation
  8. --------------------
  9. The documentation can be found on the link below:
  10. * `mDNS documentation <https://espressif.github.io/esp-protocols/mdns/en/index.html>`__