Go to file
Simon Lin b7c2c52d5c
[thci] wait for netdata to stabilize if `BORDER_ROUTING` is enabled (#7798)
A BR with `BORDER_ROUTING` feature may add OMR prefix and external
routes to the network data when Thread is started.  The network data
changes may incur additional Thread communications that may interfere
with certification traffic.

This commit enhances THCI to wait for the network data to stabilize
after the BR is started.
2022-06-14 20:11:27 -07:00
.github [tests] change 1.2 builds to 1.3 (#7756) 2022-06-08 11:44:23 -07:00
doc [docs] add Doxygen group for new TCP Abstractions API (#7647) 2022-05-17 10:29:16 -07:00
etc [cmake] add build option to configure outgoing beacon payload (#7782) 2022-06-02 19:08:08 -07:00
examples [cmake] add option for RCP specific mbedtls library (#7781) 2022-06-02 19:26:29 -07:00
include [dataset] use full Timestamp TLV value in otOperationalDataset (#7739) 2022-06-03 10:59:16 -07:00
script [tests] change 1.2 builds to 1.3 (#7756) 2022-06-08 11:44:23 -07:00
src [border-router] use `Ip6::Nd` namespace for IPv6 Neighbor Discovery (#7780) 2022-06-14 12:26:18 -07:00
tests [tests] verify a Router can establish links quickly via multicast Link Request (#7807) 2022-06-13 09:54:57 -07:00
third_party [tcp] add support for otTcpForwardProgress callback (#7583) 2022-04-22 09:12:12 -07:00
tools [thci] wait for netdata to stabilize if `BORDER_ROUTING` is enabled (#7798) 2022-06-14 20:11:27 -07:00
.clang-format [clang-format] update to clang-format-10 (#5616) 2020-10-07 21:17: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 [windows] remove unsupported platform (#3878) 2019-06-06 11:55:18 -07:00
.gitignore [gitignore] ignore ctags file (#6617) 2021-05-12 16:03:02 -07:00
.gn [build] update GN build file for OpenThread (#5358) 2020-08-12 10:27:52 -07:00
.lgtm.yml [lgtm] add configuration file (#5473) 2020-08-31 10:04:33 -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
Android.mk [border-router] use `Ip6::Nd` namespace for IPv6 Neighbor Discovery (#7780) 2022-06-14 12:26:18 -07:00
BUILD.gn [gn] changes for fuchsia (#5649) 2020-12-17 18:04:09 -08:00
CMakeLists.txt [config] introduce `OT_THREAD_VERSION_1_3` (#7692) 2022-05-13 12:56:16 -07:00
CODE_OF_CONDUCT.md [docs] apply prettier changes (#4881) 2020-04-24 16:22:00 -07:00
CONTRIBUTING.md [documentation] update code comments and contributing section (#7240) 2021-12-22 13:11:33 -08:00
LICENSE Change copyright to The OpenThread Authors. (#583) 2016-09-13 15:57:11 -07:00
Makefile.am [cli] add cli-radio build (#6769) 2021-09-18 09:51:35 -07:00
NOTICE [docs] update Thread version in NOTICE (#7400) 2022-02-08 11:26:49 -08:00
README.md [docs] community discussion change (#7507) 2022-04-07 13:29:08 -07:00
STYLE_GUIDE.md [documentation] update code comments and contributing section (#7240) 2021-12-22 13:11:33 -08:00
bootstrap [script] suppress GitHub Actions check annotations (#5001) 2020-05-26 10:21:14 -07:00
configure.ac [build] remove unnecessary config files (#7414) 2022-02-22 12:44:06 -08:00

README.md

OpenThread Build Simulation Docker Language grade: C/C++ 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.2 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?

ARMCascodaEspressifGoogleInfineonNordicNXPQorvoQualcommSamsungSilicon 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.

Versioning

OpenThread follows the Semantic Versioning guidelines for release cycle transparency and to maintain backwards compatibility. OpenThread's versioning is independent of the Thread protocol specification version but will clearly indicate which version of the specification it currently supports.

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: