• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

ot_br/11-Mar-2024-647498

ot_cli/11-Mar-2024-1,069770

ot_rcp/11-Mar-2024-220143

README.mdD11-Mar-2024951 147

README.md

1# OpenThread Examples
2
3See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples.
4
5## Overview
6
7In this folder, it contains following OpenThread examples:
8
9* [ot_cli](ot_cli) is an OpenThread Command Line example, in addition to the features listed in [OpenThread CLI](https://github.com/openthread/openthread/blob/master/src/cli/README.md), it supports some additional features such as TCP, UDP and Iperf over lwIP. It runs on an 802.15.4 SoC like ESP32-H2.
10
11* [ot_rcp](ot_rcp) is an [OpenThread RCP](https://openthread.io/platforms/co-processor) example. It runs on an 802.15.4 SoC like ESP32-H2, to extend 802.15.4 radio.
12
13* [ot_br](ot_br) is an [OpenThread Border Router](https://openthread.io/guides/border-router) example. It runs on a Wi-Fi SoC such as ESP32, ESP32-C3 and ESP32-S3. It needs an 802.15.4 SoC like ESP32-H2 running [ot_rcp](ot_rcp) example to provide 802.15.4 radio.
14