Skip to content

Commit

Permalink
Create OTAAorABP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sosnus committed Dec 19, 2019
1 parent f30ef90 commit c45543b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/CreateYourNode/OTAAorABP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# OTAA or ABP?

## OTAA Over-the-Air-Activation (default)
* Most secure
* Dynamic DevAddr

Const:
* AppEUI
* AppKey

## ABP Activation by Personalisation
* Less secure
* Simpler, becouse skip join procedure

Const:
* DevADDR
* NwkSKey
* AppSKey

## More info
https://www.thethingsnetwork.org/forum/t/what-is-the-difference-between-otaa-and-abp-devices/2723

0 comments on commit c45543b

Please sign in to comment.