All Projects → openthread → ot-commissioner

openthread / ot-commissioner

Licence: BSD-3-Clause License
OpenThread Commissioner, a Thread commissioner for joining new Thread devices and managing Thread networks.

Programming Languages

C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language
CMake
9771 projects
SWIG
194 projects
Makefile
30231 projects

Build Tests Coverage Status


OpenThread Commissioner

Per the Thread 1.2.0 Specification, a Thread Commissioner connects to and manages a Thread network. A Thread network requires a Commissioner to commission new Joiner devices. A Thread Commissioner minimally supports the following functions:

  • Connecting to a Thread network through a Thread Border Agent
  • Steering and commissioning new devices
  • Get/set Thread network datasets

OpenThread's implementation of a Thread Commissioner is called OpenThread Commissioner (OT Commissioner).

OT Commissioner features include:

  • Implements both the Thread 1.1 and 1.2 Commissioner (with Commercial Extension)
  • Cross-platform (Linux, Mac OS, Android) Commissioner library
  • Interactive Commissioner CLI Tool (Linux, Mac OS)

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

To learn more about OpenThread, visit openthread.io.

Getting started

See OT Commissioner guide to get started. See OT Commissioner CLI documentation for a reference of all CLI commands.

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.

Version

OT Commissioner 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

OT Commissioner 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].