diff --git a/docs/en/api-reference/network/esp_openthread.rst b/docs/en/api-reference/network/esp_openthread.rst index e976c3e974..61c78d5095 100644 --- a/docs/en/api-reference/network/esp_openthread.rst +++ b/docs/en/api-reference/network/esp_openthread.rst @@ -11,12 +11,11 @@ Introduction Application Examples -------------------- -The :example:`openthread` directory of ESP-IDF examples contains the following applications: +- :example:`openthread/ot_br` demonstrates how to set up a Thread border router on {IDF_TARGET_NAME}, enabling functionalities such as bidirectional IPv6 connectivity, service discovery, etc. -- The OpenThread interactive shell :example:`openthread/ot_cli` -- The Thread Border Router :example:`openthread/ot_br` -- The Thread Radio Co-Processor :example:`openthread/ot_rcp` +- :example:`openthread/ot_cli` demonstrates how to use the OpenThread Command Line Interface with additional features such as TCP, UDP, and Iperf. This requires a board equipped with an IEEE 802.15.4 module. This example provides instructions on how to set up a network using at least two 802.15.4 boards. +- :example:`openthread/ot_rcp` demonstrates how to work with a Host Processor to perform as a Thread border router and function as a Thread sniffer, using a board with an IEEE 802.15.4 module. API Reference ------------- diff --git a/docs/zh_CN/api-reference/network/esp_openthread.rst b/docs/zh_CN/api-reference/network/esp_openthread.rst index fdbfb5b5ec..6e4686eb0a 100644 --- a/docs/zh_CN/api-reference/network/esp_openthread.rst +++ b/docs/zh_CN/api-reference/network/esp_openthread.rst @@ -11,12 +11,11 @@ Thread 应用示例 -------------------- -ESP-IDF 示例目录 :example:`openthread` 包含以下应用程序: +- :example:`openthread/ot_br` 演示了如何在 {IDF_TARGET_NAME} 上设置 Thread 边界路由器,启用双向 IPv6 连接、服务发现等功能。 -- OpenThread 交互 shell::example:`openthread/ot_cli` -- 边界路由器 (Thread Border Router)::example:`openthread/ot_br` -- Thread 无线电协处理器 (Thread Radio Co-Processor)::example:`openthread/ot_rcp` +- :example:`openthread/ot_cli` 演示了如何使用支持 TCP、UDP 和 Iperf 等附加功能的 OpenThread 命令行界面。该示例需要在配备 IEEE 802.15.4 模块的开发板上运行,并说明了如何使用至少两个这样的开发板进行网络配置。 +- :example:`openthread/ot_rcp` 演示了如何与主处理器配合使用,作为 Thread 边界路由器和 Thread Sniffer。该示例需要在配备 IEEE 802.15.4 模块的开发板上运行。 API参考 -------------