{"id":39504216,"url":"https://github.com/make2explore/esp32-openthread-command-line-interface-example","last_synced_at":"2026-02-16T07:01:41.887Z","repository":{"id":315622846,"uuid":"1060259521","full_name":"make2explore/ESP32-OpenThread-Command-Line-Interface-Example","owner":"make2explore","description":"ot_cli - OpenThread Command Line Interface Example for ESP32 devices","archived":false,"fork":false,"pushed_at":"2025-11-28T13:56:30.000Z","size":1803,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-29T15:12:53.577Z","etag":null,"topics":["esp-idf","esp32","espressif","iot","matter","thread"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/make2explore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-19T16:10:13.000Z","updated_at":"2025-11-28T13:56:33.000Z","dependencies_parsed_at":"2025-09-19T18:40:49.938Z","dependency_job_id":"8b43af46-3f47-43f8-ad97-2c0935ad8302","html_url":"https://github.com/make2explore/ESP32-OpenThread-Command-Line-Interface-Example","commit_stats":null,"previous_names":["make2explore/esp32-openthread-command-line-example","make2explore/esp32-openthread-command-line-interface-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/make2explore/ESP32-OpenThread-Command-Line-Interface-Example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make2explore%2FESP32-OpenThread-Command-Line-Interface-Example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make2explore%2FESP32-OpenThread-Command-Line-Interface-Example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make2explore%2FESP32-OpenThread-Command-Line-Interface-Example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make2explore%2FESP32-OpenThread-Command-Line-Interface-Example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/make2explore","download_url":"https://codeload.github.com/make2explore/ESP32-OpenThread-Command-Line-Interface-Example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make2explore%2FESP32-OpenThread-Command-Line-Interface-Example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29502928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esp-idf","esp32","espressif","iot","matter","thread"],"created_at":"2026-01-18T05:51:11.043Z","updated_at":"2026-02-16T07:01:41.882Z","avatar_url":"https://github.com/make2explore.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## OpenThread Command Line Interface Example on ESP32  \n  \n\u003cimg src=\"/Images/ot-cli-m2e.jpg\" height=\"200\"\u003e \n\nThis example demonstrates how to use [OpenThread](https://openthread.io/), an open-source implementation of the Thread networking protocol, on Espressif SoCs through ESP-IDF. Thread is a low-power, IPv6-based mesh networking protocol designed for connected devices in smart homes and IoT applications. It provides reliable communication, self-healing mesh capabilities, and secure commissioning, making it an important foundation for modern connected ecosystems, including Matter (formerly CHIP).  \n\nThe `ot_cli` example exposes the full OpenThread command-line interface (CLI) over a serial console. Developers can interact with the Thread stack directly, issue commands to create or join a Thread network, configure devices as routers or end devices, and test connectivity between nodes. By using this example, you can gain hands-on experience with how Thread devices form a network, route messages, and communicate securely.  \n\nBeyond basic networking commands, the CLI can be extended to experiment with application-layer communication, such as sending UDP/TCP messages between nodes, integrating with higher-level protocols, or even bridging Thread with Wi-Fi or Ethernet via an OpenThread Border Router (OTBR). This makes the `ot_cli` example a flexible starting point for exploring both Thread fundamentals and advanced use cases on ESP platforms.  \n\n  \n### Prerequisites 🧰\n  \nTo run this OT-CLI example on ESP32 boards, there are following Hardware-software Prerequisites - \n  \n### Hardware\n- To run this example, a board with IEEE 802.15.4 module (for example ESP32-H2)/ESP32-C6 is required.\n- ESP32-H2-DevKitM-1\n- ESP32-C6-DevKitC-1    \n- PC with Windows/Linux/MacOS\n  \n### Software  \n- Latest version of ESP-IDF \n- Or You can use VSCode with ESP-IDF extensions  \n  \n\n------------------------------------------------------------------------------------------------------\n\n📕 **YouTube Video Links**  \n\n- In this tutorial we will see How to run ot-cli example on ESP32 boards  \n\n▶️ Testing (OT-CLI) OpenThread Command Line Interface on ESP32  - 🔗  https://youtu.be/_wUcHYqmB2Q      \n  \n\n-------------------------------------------------------------------------------------------------------\n📒 **Important Links**  \n \n🌐 What is OpenThread -  Docs - 🔗 https://github.com/openthread/openthread    \n📙 ESP-IDF Programming Guide - 🔗 https://docs.espressif.com/projects/esp-idf/en/stable/esp32/index.html  \n📙 ESP-IDF Extension for VSCode - 🔗 https://docs.espressif.com/projects/vscode-esp-idf-extension/en/latest/  \n🌐 OT-CLI Repository - 🔗 https://github.com/espressif/esp-idf/tree/master/examples/openthread/ot_cli  \n🌐 OpenThread CLI Reference 🔗 https://github.com/openthread/openthread/blob/main/src/cli/README.md\n\n------------------------------------------------------------------------------------------------------\n\n📜 Source Code, Circuit Diagrams and Documentation : \n\n🌐 GitHub Repository - 🔗 https://github.com/make2explore/ESP32-OpenThread-Command-Line-Example   \n  \n🌐 Hackster Blog - 🔗 https://www.hackster.io/make2explore  \n  \n🌐 Instructable Blog - 🔗 https://www.instructables.com/make2explore  \n  \n\n------------------------------------------------------------------------------------------  \n\n[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]\n\nThis work is licensed under a\n[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].\n\n[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]\n\n[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/\n[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png\n[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake2explore%2Fesp32-openthread-command-line-interface-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmake2explore%2Fesp32-openthread-command-line-interface-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake2explore%2Fesp32-openthread-command-line-interface-example/lists"}