mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-21 14:32:21 +02:00
1. mDNS: Added idf_component.yml 2. mDNS: Updated document generation paths 2. Websocket: Updated conf_common.py to use internal 3. Websocket: Updated CmakeList.txt to use internal
13 lines
417 B
Markdown
13 lines
417 B
Markdown
# mDNS Service
|
|
|
|
mDNS is a multicast UDP service that is used to provide local network service and host discovery.
|
|
|
|
## Examples
|
|
|
|
Get started with example test [Example](examples/README.md):
|
|
|
|
## Documentation
|
|
|
|
* View the full [documentation(English)](https://espressif.github.io/esp-protocols/mdns/en/index.html)
|
|
* View the full [documentation(Chinese)](https://espressif.github.io/esp-protocols/mdns/zh_CN/index.html)
|