Skip to content

How is Openthread commissioned and joined before sending packet #9

Closed Answered by wassfila
wassfila asked this question in Q&A
Discussion options

You must be logged in to vote

There are two ways how firmware can join a network

  1. You already know the network and accept to hardcode the credentials in the firmware

  2. You have to ship devices that are target Network agnostic, there you start talking about commissioning which is the process how to give credentials to a device on runtime (without modifying its firmware)

  3. In my samples I focused on the first case for simplicity and even used dummy keys, which is as you might imagine a security breach if used outside experimentation context, here you can find the master key, and the openthread stack will find these config and use it to join automatically on its startup

Replies: 1 comment

Comment options

wassfila
Jul 31, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by wassfila
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed question Further information is requested
1 participant