My Guide
-
The project based on ot-commissioner support build library(.a) for iOS platform.
-
Building:
From the root project, run the script:
sudo sh ./script/build-ios-commissioner-libs.sh
Note: The script runs on Mac M1. If using the Mac Intel, you can try to edit
brew
installer in file./script/bootstrap.h
line 80.
- If you get an error like the one below, ignore them, and then go to the root project -> ios-build -> ot-comission-release to get a build.
- Basic Example for the library.
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.