Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples: lora: Store the LoRa keys in the K/V store #461

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

alistair23
Copy link
Contributor

@alistair23 alistair23 commented Aug 1, 2024

This builds on top of #456, which builds on top of #432 to store the LoRaWAN keys in K/V storage.

This modifies the LoRaWAN example to use keys set in Tock's K/V store.
The lorawan-set-keys application is added to set keys, which can then
be used over and over again by the LoRaWAN transmit application.

This means that once a board has been flashed the LoRaWAN application can easily be changed without worrying about keys. It also opens up the possibility of storing the keys from a side application (such as a BLE interface).

alistair23 and others added 10 commits July 30, 2024 19:10
avoid a wildcard with `rm -rf` in a script, and set the script
to error out if it's somehow not in the directory we expect
before `rm`'ing
Signed-off-by: Alistair Francis <[email protected]>
Signed-off-by: Alistair Francis <[email protected]>
Signed-off-by: Alistair Francis <[email protected]>
Signed-off-by: Alistair Francis <[email protected]>
This modifies the LoRaWAN example to use keys set in Tock's K/V store.
The `lorawan-set-keys` application is added to set keys, which can then
be used over and over again by the LoRaWAN transmit application.

Signed-off-by: Alistair Francis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants