Go to file
Jonathan Hui 6444157e37
[mbedtls] remove config workaround (#10263)
2024-05-17 21:02:46 -07:00
.github [simulation] support simulating radio over IPv6 (#10194) 2024-05-13 09:27:54 -07:00
doc [mdns] add native mDNS support in OT (#9797) 2024-04-09 08:32:01 -07:00
etc [spinel] add support for logging crash dumps (#10061) 2024-04-29 09:09:54 -07:00
examples [simulation] rename local host to local interface (#10241) 2024-05-15 11:04:37 -07:00
include/openthread [dataset] enforce successful Dataset saves in non-volatile (#10237) 2024-05-15 17:29:26 -07:00
script [clang-format] accept different patch versions of `clang-format` (#10042) 2024-05-14 08:42:54 -07:00
src [routing-manager] move tracking of local RA header to `RxRaTracker` (#10257) 2024-05-17 15:57:47 -07:00
tests [dataset] move Active Dataset replacement check in `PendingDatasetManager` (#10217) 2024-05-17 08:50:30 -07:00
third_party [mbedtls] remove config workaround (#10263) 2024-05-17 21:02:46 -07:00
tools [simulation] add simulation tests framework for tcat (#9724) 2024-03-22 10:30:59 -07:00
zephyr [zephyr] add module name (#10041) 2024-04-22 07:38:41 -07:00
.clang-format [simulation] support simulating radio over IPv6 (#10194) 2024-05-13 09:27:54 -07:00
.clang-tidy [clang-tidy] fix `bugprone-too-small-loop-variable` warnings (#9321) 2023-08-01 16:52:34 -07:00
.code-spell-ignore [thci] revert spellcheck in THCI method names (#9175) 2023-06-16 10:12:44 -07:00
.codecov.yml [codecov] disable project coverage threshold (#6307) 2021-03-18 22:16:04 -07:00
.default-version build-system: Update .default-version to 0.01.00 for the initial release (#150) 2016-06-15 10:17:50 -07:00
.gitattributes [build] cleanup autotools references (#9242) 2023-06-30 15:14:13 -07:00
.gitignore [gitignore] do not ignore .cmake files (#10247) 2024-05-16 10:21:16 -07:00
.gn [build] update GN build file for OpenThread (#5358) 2020-08-12 10:27:52 -07:00
.prettierrc [pretty] add markdown support (#4881) 2020-04-24 16:22:00 -07:00
AUTHORS [efr32] add radio.c debug counters for efr32mg12 and efr32mg21 (#4217) 2019-10-04 11:03:18 -07:00
BUILD.gn [gn] changes for fuchsia (#5649) 2020-12-17 18:04:09 -08:00
CMakeLists.txt [config] define separate project and platform core config header (#9291) 2023-07-21 10:33:12 -07:00
CODE_OF_CONDUCT.md [docs] update Code of Conduct to Contributor Covenant v2.1 (#9627) 2023-11-21 10:14:41 -08:00
CONTRIBUTING.md [clang-format] update to v14 (#8490) 2022-12-07 16:23:20 -08:00
LICENSE Change copyright to The OpenThread Authors. (#583) 2016-09-13 15:57:11 -07:00
NOTICE [docs] update Thread version (#8053) 2022-08-22 16:30:36 -07:00
README.md [docs] add Aqara to who supports list (#9758) 2024-01-09 22:48:00 -08:00
SECURITY.md [docs] add security policy (#8497) 2022-12-07 16:21:29 -08:00
STYLE_GUIDE.md [clang-format] update to v14 (#8490) 2022-12-07 16:23:20 -08:00

README.md

OpenThread Build Simulation Docker Coverage Status


What is OpenThread?

OpenThread released by Google is... Thread Certified Component

...an open-source implementation of the Thread networking protocol. Google Nest has released OpenThread to make the technology used in Nest products more broadly available to developers to accelerate the development of products for the connected home.

...OS and platform agnostic, with a narrow platform abstraction layer and a small memory footprint, making it highly portable. It supports both system-on-chip (SoC) and network co-processor (NCP) designs.

...a Thread Certified Component, implementing all features defined in the Thread 1.3.0 specification, including all Thread networking layers (IPv6, 6LoWPAN, IEEE 802.15.4 with MAC security, Mesh Link Establishment, Mesh Routing) and device roles, as well as Border Router support.

More information about Thread can be found at threadgroup.org. Thread is a registered trademark of the Thread Group, Inc.

Who supports OpenThread?

AmazonAqaraARMCascodaEeroEspressifGoogleInfineonMMB NetworksNabu CasaNanoleafNordicNXPQorvoQualcommSamsungSilicon LabsSTMicroelectronicsSynopsysTelink SemiconductorTexas InstrumentsZephyr Project

Getting started

All end-user documentation and guides are located at openthread.io. If you're looking to do things like...

  • Learn more about OpenThread features and enhancements
  • Use OpenThread in your products
  • Learn how to build and configure a Thread network
  • Port OpenThread to a new platform
  • Build an application on top of OpenThread
  • Certify a product using OpenThread

...then openthread.io is the place for you.

Note: For users in China, end-user documentation is available at openthread.google.cn.

If you're interested in contributing to OpenThread, read on.

Contributing

We would love for you to contribute to OpenThread and help make it even better than it is today! See our Contributing Guidelines for more information.

Contributors are required to abide by our Code of Conduct and Coding Conventions and Style Guide.

License

OpenThread is released under the BSD 3-Clause license. See the LICENSE file for more information.

Please only use the OpenThread name and marks when accurately referencing this software distribution. Do not use the marks in a way that suggests you are endorsed by or otherwise affiliated with Nest, Google, or The Thread Group.

Need help?

OpenThread support is available on GitHub: