|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| .github/ | H | 25-Apr-2025 | - | 998 | 640 |
| doc/ | H | 25-Apr-2025 | - | 2,789 | 2,204 |
| etc/ | H | 25-Apr-2025 | - | 647 | 478 |
| examples/platforms/ | H | 25-Apr-2025 | - | 350 | 158 |
| include/openthread-br/ | H | 25-Apr-2025 | - | 41 | 6 |
| script/ | H | 25-Apr-2025 | - | 4,048 | 2,332 |
| src/ | H | 25-Apr-2025 | - | 54,861 | 35,219 |
| tests/ | H | 25-Apr-2025 | - | 8,897 | 5,680 |
| third_party/ | H | 25-Apr-2025 | - | 9,339 | 7,451 |
| tools/ | H | 25-Apr-2025 | - | 559 | 342 |
| .clang-format | H A D | 25-Apr-2025 | 3.1 KiB | 114 | 112 |
| .codecov.yml | H A D | 25-Apr-2025 | 84 | 8 | 6 |
| .gitignore | H A D | 25-Apr-2025 | 1.6 KiB | 131 | 100 |
| .lgtm.yml | H A D | 25-Apr-2025 | 1.9 KiB | 45 | 16 |
| .prettierrc | H A D | 25-Apr-2025 | 149 | 8 | 7 |
| AUTHORS | H A D | 25-Apr-2025 | 563 | 15 | 13 |
| Android.bp | H A D | 25-Apr-2025 | 9.6 KiB | 295 | 271 |
| CMakeLists.txt | H A D | 25-Apr-2025 | 4.9 KiB | 135 | 108 |
| CODE_OF_CONDUCT.md | H A D | 25-Apr-2025 | 5.3 KiB | 84 | 48 |
| CONTRIBUTING.md | H A D | 25-Apr-2025 | 8 KiB | 161 | 99 |
| LICENSE | H A D | 25-Apr-2025 | 1.5 KiB | 26 | 23 |
| METADATA | H A D | 25-Apr-2025 | 431 | 18 | 16 |
| NOTICE | H A D | 25-Apr-2025 | 1.3 KiB | 20 | 17 |
| OWNERS | H A D | 25-Apr-2025 | 82 | 4 | 2 |
| README.md | H A D | 25-Apr-2025 | 5.1 KiB | 77 | 47 |
| SECURITY.md | H A D | 25-Apr-2025 | 299 | 2 | 1 |
| STYLE_GUIDE.md | H A D | 25-Apr-2025 | 12.6 KiB | 187 | 155 |
| TEST_MAPPING | H A D | 25-Apr-2025 | 207 | 16 | 15 |
README.md
1[![Build Status][ot-gh-action-build-svg]][ot-gh-action-build] [![Docker Status][ot-gh-action-docker-svg]][ot-gh-action-docker] [![Build Status][otbr-travis-svg]][otbr-travis] [![Coverage Status][otbr-codecov-svg]][otbr-codecov]
2
3---
4
5# OpenThread Border Router
6
7Per the [Thread Specification](http://threadgroup.org/ThreadSpec), a Thread Border Router connects a Thread network to other IP-based networks, such as Wi-Fi or Ethernet. A Thread network requires a Border Router to connect to other networks.
8
9A Thread Border Router minimally supports the following functions:
10
11- End-to-end IP connectivity via routing between Thread devices and other external IP networks
12- External Thread Commissioning (for example, a mobile phone) to authenticate and join a Thread device to a Thread network
13
14<a href="https://www.threadgroup.org/What-is-Thread#certifiedproducts">
15<img src="/doc/images/certified.svg" alt="Thread Certified Component" width="150px" align="right">
16</a>
17
18OpenThread's implementation of a Border Router is called OpenThread Border Router (OTBR). **OTBR is a Thread Certified Component** on the Raspberry Pi 3B with a Nordic nRF52840 NCP.
19
20OTBR includes a number of features, including:
21
22- Web UI for configuration and management
23- Thread Border Agent to support an External Commissioner
24- DHCPv6 Prefix Delegation to obtain IPv6 prefixes for a Thread network
25- NAT64 for connecting to IPv4 networks
26- DNS64 to allow Thread devices to initiate communications by name to an IPv4-only server
27- Docker support
28
29More information about Thread can be found at [threadgroup.org](http://threadgroup.org/). Thread is a registered trademark of the Thread Group, Inc.
30
31[ot-gh-action-build]: https://github.com/openthread/ot-br-posix/actions?query=workflow%3ABuild+branch%3Amain+event%3Apush
32[ot-gh-action-build-svg]: https://github.com/openthread/ot-br-posix/workflows/Build/badge.svg?branch=main&event=push
33[ot-gh-action-docker]: https://github.com/openthread/ot-br-posix/actions?query=workflow%3ADocker+branch%3Amain+event%3Apush
34[ot-gh-action-docker-svg]: https://github.com/openthread/ot-br-posix/workflows/Docker/badge.svg?branch=main&event=push
35[otbr-travis]: https://travis-ci.org/openthread/ot-br-posix
36[otbr-travis-svg]: https://travis-ci.org/openthread/ot-br-posix.svg?branch=main
37[otbr-codecov]: https://codecov.io/gh/openthread/ot-br-posix
38[otbr-codecov-svg]: https://codecov.io/gh/openthread/ot-br-posix/branch/main/graph/badge.svg
39
40## Getting started
41
42The quickest way to set up a Thread 1.3 compliant Border Router is to follow this codelab: [Thread Border Router - Bidirectional IPv6 Connectivity and DNS-Based Service Discovery](https://openthread.io/codelabs/openthread-border-router).
43
44To run OTBR in a Docker container on any Linux-based system or a Raspberry Pi with either a physical or emulated NCP, please see the [Docker Support guide on openthread.io](https://openthread.io/guides/border-router/docker) for more info.
45
46OTBR also runs directly on supported platforms like the Raspberry Pi. If you're interested in building and configuring OTBR directly, or to learn more about the OTBR architecture, then see the rest of our end-user documentation at [openthread.io](https://openthread.io/guides/border-router).
47
48> Note: For users in China, end-user documentation is available at [openthread.google.cn](https://openthread.google.cn/guides/border-router).
49
50If you're interested in contributing to OpenThread Border Router, read on.
51
52# Contributing
53
54We would love for you to contribute to OpenThread Border Router and help make it even better than it is today! See our [Contributing Guidelines](https://github.com/openthread/ot-br-posix/blob/main/CONTRIBUTING.md) for more information.
55
56Contributors are required to abide by our [Code of Conduct](https://github.com/openthread/ot-br-posix/blob/main/CODE_OF_CONDUCT.md) and [Coding Conventions and Style Guide](https://github.com/openthread/ot-br-posix/blob/main/STYLE_GUIDE.md).
57
58We follow the philosophy of [Scripts to Rule Them All](https://github.com/github/scripts-to-rule-them-all).
59
60# License
61
62OpenThread Border Router is released under the [BSD 3-Clause license](https://github.com/openthread/ot-br-posix/blob/main/LICENSE). See the [`LICENSE`](https://github.com/openthread/ot-br-posix/blob/main/LICENSE) file for more information.
63
64Please 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.
65
66# Need help?
67
68OpenThread support is available on GitHub:
69
70- Bugs and feature requests pertaining to the OpenThread Border Router — [submit to the openthread/ot-br-posix Issue Tracker](https://github.com/openthread/ot-br-posix/issues)
71- OpenThread bugs and feature requests — [submit to the OpenThread Issue Tracker](https://github.com/openthread/openthread/issues)
72- Community Discussion - [ask questions, share ideas, and engage with other community members](https://github.com/openthread/openthread/discussions)
73
74## OpenThread
75
76To learn more about OpenThread, see the [OpenThread repository](https://github.com/openthread/openthread).
77