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

17 wiersze
511 B
ReStructuredText
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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