Go to file
Abtin Keshavarzian 504c0027cf [routing-manager] exclude on-link prefixes with short preferred lifetime (#10062)
This commit updates `FindFavoredOnLinkPrefix()` to exclude discovered
on-link prefixes with preferred lifetimes under 30 minutes.

Bug: b/337009069
Change-Id: Id84e1baa45848db8b636429c03cbff7e924300e6
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/openthread/+/1049981
Reviewed-by: Sundarajan Srinivasan <sundarsrini@google.com>
2024-05-21 05:22:25 +00:00
.github github-actions: bump actions/setup-python from 5.0.0 to 5.1.0 (#10052) 2024-04-22 06:34:47 -07:00
doc [mdns] add native mDNS support in OT (#9797) 2024-04-09 08:32:01 -07:00
etc Update OpenThread from upstream 2024-04-26 01:10:29 +00:00
examples/config Update OpenThread from upstream 2024-04-26 01:10:29 +00:00
include [openthread] Enable link metrics manager 2024-05-07 19:42:56 +00:00
script [dnssd] allow Dnssd platform to use native OT mDNS modules (#9944) 2024-04-19 10:20:46 -07:00
src [routing-manager] exclude on-link prefixes with short preferred lifetime (#10062) 2024-05-21 05:22:25 +00:00
tests [routing-manager] exclude on-link prefixes with short preferred lifetime (#10062) 2024-05-21 05:22:25 +00:00
third_party Update OpenThread from upstream 2024-04-26 01:10:29 +00: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 [clang-format] use AllowShortFunctionsOnASingleLine: All (#8502) 2022-12-08 09:34:05 -08: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 [build] cleanup autotools references (#9242) 2023-06-30 15:14:13 -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 [fxbug.dev] Migrate bug numbers 2024-01-26 21:32:19 +00: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
openthread_upstream_version.gni Update OpenThread from upstream 2024-04-26 01:10:29 +00:00
OWNERS [owners] Add OWNERs files to openthread 2021-06-10 20:06:42 +00: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

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: