esp-idf/docs/zh_CN/api-reference/protocols/mdns.rst
daiziyan f9f43b1860 docs: updated mdns
(cherry picked from commit 6737095bfb205867e096da8cf6cdf1f144800ee7)
2022-06-29 21:46:12 +08:00

17 lines
511 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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>`__