mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f9f43b1860
(cherry picked from commit 6737095bfb205867e096da8cf6cdf1f144800ee7)
17 lines
511 B
ReStructuredText
17 lines
511 B
ReStructuredText
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>`__
|