docs: updated mdns

(cherry picked from commit 6737095bfb205867e096da8cf6cdf1f144800ee7)
This commit is contained in:
daiziyan 2022-06-28 15:41:26 +08:00 committed by Suren Gabrielyan
parent d413a71f61
commit f9f43b1860

View File

@ -1,3 +1,16 @@
mDNS 服务
=========
:link_to_translation:`en:[English]`
mDNS 是一种组播 UDP 服务,用来提供本地网络服务和主机发现。
自 v5.0 版本起ESP-IDF 组件 `mDNS` 已从 ESP-IDF 中迁出至独立的仓库:
* GitHub 上 `mDNS 组件 <https://github.com/espressif/esp-protocols/tree/master/components/mdns>`__
托管的文档
--------------------
请点击如下链接,查看 mDNS 的相关文档:
* `mDNS 文档 <https://espressif.github.io/esp-protocols/mdns/en/index.html>`__