This repository is a fork of the openthread example repository for the nrf528xx. Its main purpose is to allow easy compilation of the example ot-cli or ot-rcp projects for the nrf52833 and nrf52840 with my fork of openthread which allows to include a MUD URL with each device. This URL gets included in the MLE parent request as was the proposal of MUDThread.
To enable the MUD functionality, call the build script with the following two additional cmake option flags.
./script/build nrf52833 USB_trans -DOT_MUDTHREAD=ON -DOT_MUD_URL="https://mud.url./mud"
./script/build nrf52840 USB_trans -DOT_MUDTHREAD=ON -DOT_MUD_URL="https://mud.url./mud"
This repo contains example platform drivers for Nordic Semiconductor nRF52840 SoC, Nordic Semiconductor nRF52833 SoC and Nordic Semiconductor nRF52811 SoC.
To learn more about building and running the examples please check:
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.
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.
OpenThread support is available on GitHub:
- Bugs and feature requests pertaining to the Nordic NRF528xx example — submit to the openthread/ot-nrf528xx Issue Tracker
- OpenThread bugs and feature requests — submit to the OpenThread Issue Tracker
- Community Discussion - ask questions, share ideas, and engage with other community members