<
From version < 11.4 >
edited by Xiaoling
on 2022/05/31 09:36
To version < 13.1 >
edited by Xiaoling
on 2022/07/13 18:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 - **Contents: **
1 + **Table of** **Contents: **
2 2  
3 3  {{toc/}}
4 4  
... ... @@ -6,8 +6,10 @@
6 6  
7 7  = 1. Introduce =
8 8  
9 +
9 9  A standard LoRaWAN packet via UDP packet forward to LoRaWAN server is AES128 encryption. In this chapter, we will show how this packet looks like in the server and see the possibility to get the content of this packet.
10 10  
12 +
11 11  [[image:image-20220527085838-1.png]]
12 12  
13 13  Unencrypt Network modified from LoRaWAN
... ... @@ -15,6 +15,7 @@
15 15  
16 16  = 2. Analyze the LoRaWAN packet =
17 17  
20 +
18 18  If the gateway is connected to LoRaWAN server via UDP packet fordward. We can set the server address to a UDP server to get the LoRaWAN packets.
19 19  
20 20  [[image:image-20220527090005-2.png]]
... ... @@ -45,6 +45,7 @@
45 45  
46 46  = 3. Difference between OTAA and ABP mode =
47 47  
51 +
48 48  There are two mode for End Node:
49 49  
50 50  * OTAA: Over the air activation. In this mode, the end node will send a Join Request to server, server will reply with a Join Accept and the end node will parse this Join Accept message to get the Dev Addr / APP Session Key(AppSkey / Network Session Key(NwkSKey). Because the AppSkey and NwkSkey is dynamic, OTAA mode provide more security.
... ... @@ -52,8 +52,10 @@
52 52  
53 53  
54 54  
59 +
55 55  = 4. Get and decode the packet =
56 56  
62 +
57 57  According to above, it is possible to get the payload from sensor without LoRaWAN server:
58 58  
59 59  1. Setting the end node to ABP mode
... ... @@ -61,8 +61,10 @@
61 61  
62 62  
63 63  
70 +
64 64  = 5. Use an unencrypt firmware =
65 65  
73 +
66 66  If user doesn't care about the security of the data and use Dragino end node, it is possible that we provide a firmware without AES128 encrytion, so the server no need to decode packet. Please note this software is no LoRaWAN compatible and no security.
67 67  
68 68  (((
... ... @@ -76,6 +76,7 @@
76 76  
77 77  = 6. limitation =
78 78  
87 +
79 79  * None standard LoRaWAN protocol, it is not compatible with LoRaWAN server.
80 80  * No device management / ADR management defined in LoRaWAN protocol
81 81  * No security.
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0