|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| .github/ | | 11-Mar-2024 | - | 2,185 | 1,728 |
| doc/ | | 11-Mar-2024 | - | 2,886 | 2,088 |
| etc/ | | 11-Mar-2024 | - | 973 | 795 |
| examples/ | | 11-Mar-2024 | - | 14,190 | 8,596 |
| include/ | | 11-Mar-2024 | - | 20,600 | 4,112 |
| script/ | | 11-Mar-2024 | - | 3,815 | 2,316 |
| src/ | | 11-Mar-2024 | - | 226,257 | 123,527 |
| tests/ | | 11-Mar-2024 | - | 107,181 | 64,352 |
| third_party/ | | 11-Mar-2024 | - | 366,097 | 255,121 |
| tools/ | | 11-Mar-2024 | - | 32,248 | 15,820 |
| zephyr/ | | 11-Mar-2024 | - | 452 | 369 |
| .clang-format | D | 11-Mar-2024 | 3.1 KiB | 114 | 112 |
| .codecov.yml | D | 11-Mar-2024 | 159 | 13 | 10 |
| .default-version | D | 11-Mar-2024 | 8 | 2 | 1 |
| .gitattributes | D | 11-Mar-2024 | 862 | 39 | 35 |
| .gitignore | D | 11-Mar-2024 | 1.3 KiB | 71 | 68 |
| .gn | D | 11-Mar-2024 | 84 | 4 | 2 |
| .lgtm.yml | D | 11-Mar-2024 | 1.7 KiB | 38 | 9 |
| .prettierrc | D | 11-Mar-2024 | 149 | 8 | 7 |
| AUTHORS | D | 11-Mar-2024 | 639 | 19 | 17 |
| Android.mk | D | 11-Mar-2024 | 33.1 KiB | 596 | 517 |
| BUILD.gn | D | 11-Mar-2024 | 3.3 KiB | 112 | 96 |
| CMakeLists.txt | D | 11-Mar-2024 | 8.1 KiB | 214 | 181 |
| CODE_OF_CONDUCT.md | D | 11-Mar-2024 | 3.1 KiB | 47 | 28 |
| CONTRIBUTING.md | D | 11-Mar-2024 | 7.9 KiB | 169 | 110 |
| LICENSE | D | 11-Mar-2024 | 1.5 KiB | 26 | 23 |
| Makefile.am | D | 11-Mar-2024 | 6.8 KiB | 189 | 76 |
| NOTICE | D | 11-Mar-2024 | 1.3 KiB | 20 | 17 |
| README.md | D | 11-Mar-2024 | 6.9 KiB | 76 | 47 |
| STYLE_GUIDE.md | D | 11-Mar-2024 | 13.1 KiB | 192 | 160 |
| bootstrap | D | 11-Mar-2024 | 2.5 KiB | 46 | 6 |
| configure.ac | D | 11-Mar-2024 | 31.6 KiB | 1,098 | 896 |
README.md
1[![OpenThread][ot-logo]][ot-repo] [![Build][ot-gh-action-build-svg]][ot-gh-action-build] [![Simulation][ot-gh-action-simulation-svg]][ot-gh-action-simulation] [![Docker][ot-gh-action-docker-svg]][ot-gh-action-docker] [![Language grade: C/C++][ot-lgtm-svg]][ot-lgtm] [![Coverage Status][ot-codecov-svg]][ot-codecov]
2
3---
4
5# What is OpenThread?
6
7OpenThread released by Google is... <a href="https://www.threadgroup.org/What-is-Thread/Thread-Benefits#certifiedproducts"> <img src="https://cdn.rawgit.com/openthread/openthread/ab4c4e1e/doc/images/certified.svg" alt="Thread Certified Component" width="150px" align="right"> </a>
8
9**...an open-source implementation of the [Thread](https://www.threadgroup.org/What-is-Thread/Overview) 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.
10
11**...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.
12
13**...a Thread Certified Component**, implementing all features defined in the [Thread 1.1.1 specification](https://www.threadgroup.org/support#specifications), 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](https://github.com/openthread/ot-br-posix) support.
14
15More information about Thread can be found at [threadgroup.org](http://threadgroup.org/). Thread is a registered trademark of the Thread Group, Inc.
16
17[ot-repo]: https://github.com/openthread/openthread
18[ot-logo]: doc/images/openthread_logo.png
19[ot-gh-action-build]: https://github.com/openthread/openthread/actions?query=workflow%3ABuild+branch%3Amain+event%3Apush
20[ot-gh-action-build-svg]: https://github.com/openthread/openthread/workflows/Build/badge.svg?branch=main&event=push
21[ot-gh-action-simulation]: https://github.com/openthread/openthread/actions?query=workflow%3ASimulation+branch%3Amain+event%3Apush
22[ot-gh-action-simulation-svg]: https://github.com/openthread/openthread/workflows/Simulation/badge.svg?branch=main&event=push
23[ot-gh-action-docker]: https://github.com/openthread/openthread/actions?query=workflow%3ADocker+branch%3Amain+event%3Apush
24[ot-gh-action-docker-svg]: https://github.com/openthread/openthread/workflows/Docker/badge.svg?branch=main&event=push
25[ot-lgtm]: https://lgtm.com/projects/g/openthread/openthread/context:cpp
26[ot-lgtm-svg]: https://img.shields.io/lgtm/grade/cpp/g/openthread/openthread.svg?logo=lgtm&logoWidth=18
27[ot-codecov]: https://codecov.io/gh/openthread/openthread
28[ot-codecov-svg]: https://codecov.io/gh/openthread/openthread/branch/main/graph/badge.svg
29
30# Who supports OpenThread?
31
32<a href="https://www.arm.com/"><img src="doc/images/ot-contrib-arm.png" alt="ARM" width="200px"></a><a href="https://www.cascoda.com/"><img src="doc/images/ot-contrib-cascoda.png" alt="Cascoda" width="200px"></a><a href="https://www.espressif.com/"><img src="doc/images/ot-contrib-espressif-github.png" alt="Espressif" width="200px"></a><a href="https://www.google.com/"><img src="doc/images/ot-contrib-google.png" alt="Google" width="200px"></a><a href="http://www.nordicsemi.com/"><img src="doc/images/ot-contrib-nordic.png" alt="Nordic" width="200px"></a><a href="http://www.nxp.com/"><img src="doc/images/ot-contrib-nxp.png" alt="NXP" width="200px"></a><a href="http://www.qorvo.com/"><img src="doc/images/ot-contrib-qorvo.png" alt="Qorvo" width="200px"></a><a href="https://www.qualcomm.com/"><img src="doc/images/ot-contrib-qc.png" alt="Qualcomm" width="200px"></a><a href="https://www.samsung.com/"><img src="doc/images/ot-contrib-samsung.png" alt="Samsung" width="200px"></a><a href="https://www.silabs.com/"><img src="doc/images/ot-contrib-silabs.png" alt="Silicon Labs" width="200px"></a><a href="https://www.st.com/"><img src="doc/images/ot-contrib-stm.png" alt="STMicroelectronics" width="200px"></a><a href="https://www.synopsys.com/"><img src="doc/images/ot-contrib-synopsys.png" alt="Synopsys" width="200px"></a><a href="https://www.telink-semi.com/"><img src="doc/images/ot-contrib-telink-github.png" alt="Telink Semiconductor" width="200px"></a><a href="https://www.ti.com/"><img src="doc/images/ot-contrib-ti.png" alt="Texas Instruments" width="200px"></a><a href="https://www.zephyrproject.org/"><img src="doc/images/ot-contrib-zephyr.png" alt="Zephyr Project" width="200px"></a>
33
34# Getting started
35
36All end-user documentation and guides are located at [openthread.io](https://openthread.io). If you're looking to do things like...
37
38- Learn more about OpenThread features and enhancements
39- Use OpenThread in your products
40- Learn how to build and configure a Thread network
41- Port OpenThread to a new platform
42- Build an application on top of OpenThread
43- Certify a product using OpenThread
44
45...then [openthread.io](https://openthread.io) is the place for you.
46
47> Note: For users in China, end-user documentation is available at [openthread.google.cn](https://openthread.google.cn).
48
49If you're interested in contributing to OpenThread, read on.
50
51# Contributing
52
53We would love for you to contribute to OpenThread and help make it even better than it is today! See our [Contributing Guidelines](https://github.com/openthread/openthread/blob/main/CONTRIBUTING.md) for more information.
54
55Contributors are required to abide by our [Code of Conduct](https://github.com/openthread/openthread/blob/main/CODE_OF_CONDUCT.md) and [Coding Conventions and Style Guide](https://github.com/openthread/openthread/blob/main/STYLE_GUIDE.md).
56
57# Versioning
58
59OpenThread follows the [Semantic Versioning guidelines](http://semver.org/) 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.
60
61# License
62
63OpenThread is released under the [BSD 3-Clause license](https://github.com/openthread/openthread/blob/main/LICENSE). See the [`LICENSE`](https://github.com/openthread/openthread/blob/main/LICENSE) file for more information.
64
65Please 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.
66
67# Need help?
68
69There are numerous avenues for OpenThread support:
70
71- Bugs and feature requests — [submit to the Issue Tracker](https://github.com/openthread/openthread/issues)
72- Stack Overflow — [post questions using the `openthread` tag](http://stackoverflow.com/questions/tagged/openthread)
73- Google Groups — [discussion and announcements at openthread-users](https://groups.google.com/forum/#!forum/openthread-users)
74
75The openthread-users Google Group is the recommended place for users to discuss OpenThread and interact directly with the OpenThread team.
76