esp-idf/docs/zh_CN/api-reference/protocols/mdns.rst

20 lines
622 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>`__
运行 ``idf.py add-dependency espressif/mdns``,在项目中添加 mDNS 组件。
托管的文档
--------------------
请点击如下链接,查看 mDNS 的相关文档:
* `mDNS 文档 <https://docs.espressif.com/projects/esp-protocols/mdns/docs/latest/zh_CN/index.html>`__