ARMmbed / mbed-os-example-lorawan

Simple LoRaWAN example application for mbed OS
Apache License 2.0
78 stars 92 forks source link

DevNonce is random and not incremented #242

Open shilga opened 1 year ago

shilga commented 1 year ago

Hi,

Lorawan 1.1 says that the DevNonce should be incremented with each join. Looking at the Mbed stack I don't see that the nonce is stored on something non-volatile. Also the API does not allow me to set the nonce.