mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-13 10:18:33 +08:00
Commit from GitHub Actions
This commit is contained in:
parent
7cdb32f491
commit
daae3c5500
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ git submodule add https://github.com/lupyuen/LoRaMac-node-nuttx liblorawan</code
|
|||
<p>Inside the Join Network Request are…</p>
|
||||
<p><strong>Device EUI:</strong> Unique ID that’s assigned to our LoRaWAN Device</p>
|
||||
<p><strong>Join EUI:</strong> Identifies the LoRaWAN Network that we’re joining</p>
|
||||
<p><strong>Nonce:</strong> Non-repeating number, to prevent replay attacks</p>
|
||||
<p><strong>Nonce:</strong> Non-repeating number, to prevent <a href="https://en.wikipedia.org/wiki/Replay_attack">Replay Attacks</a></p>
|
||||
<p>(EUI means Extended Unique Identifier)</p>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue