Enable USE_RANDOM_DEV_NONCE to generate random devNonce #1338
Unanswered
jeliasAcklio
asked this question in
Q&A
Replies: 1 comment
-
Removed in commit fde7db2. Note that v1.0.4 requires that end devices use an incrementing DevNonce, and I suspect the function became redundant (and the conditional code is probably redundant and should have been removed also). @djaeckle authored the commit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using LoRaMac-node library v4.6.0 for my project. As I want to use the 1.0.4 LoRaWAN L2 stack with using random DevNonce for join request, I enable the flag
USE_RANDOM_DEV_NONCE
inLoRaMacCrypto.h
, but it seemsSecureElementRandomNumber
function is not defined.Is that normal ? In v4.4.7 L2 stack, this function is well defined, but no in latest versions.
Thank you for your help,
Regards
Beta Was this translation helpful? Give feedback.
All reactions