Commit from GitHub Actions

This commit is contained in:
lupyuen 2021-12-31 02:24:15 +00:00
parent 7cdb32f491
commit daae3c5500

View file

@ -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 thats assigned to our LoRaWAN Device</p>
<p><strong>Join EUI:</strong> Identifies the LoRaWAN Network that were 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>