docs: update application examples for esp_openthread.rst

This commit is contained in:
Linda
2024-07-09 17:26:38 +08:00
parent 048f297a44
commit 5f4d3fac03
2 changed files with 6 additions and 8 deletions
@@ -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
-------------