Changes for page How to further process data receive in gateway
Last modified by Edwin Chen on 2023/05/22 15:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,9 +1,7 @@ 1 - **Contents:**1 + Contents: 2 2 3 3 {{toc/}} 4 4 5 - 6 - 7 7 = 1. Introduction = 8 8 9 9 This instruction explains how to process the LoRa/LoRaWAN data receive on LoRa/LoRaWAN gateway. ... ... @@ -40,17 +40,13 @@ 40 40 41 41 LoRaWAN connection 42 42 43 -((( 44 44 Basically, this is the same network topology as above, except users build the LoRaWAN server themselves. Below are two open source LoRaWAN servers commonly used: 45 -))) 46 46 47 47 * [[ChirpStack>>url:https://www.chirpstack.io/]] 48 48 * [[TTN Stack V3>>url:https://www.thethingsnetwork.org/tech-stack#section1]] 49 49 * [[lorawan-server by Petr Gotthard>>url:https://github.com/gotthardp/lorawan-server]] 50 50 51 -((( 52 -Please note LoRaWAN server is for managing device and store sensor data, you still need to link the LoRaWAN server to an application server for your IoT solution to better analize the data and show to final clients. 53 -))) 47 +Please note LoRaWAN server is for managing device and store sensor data, you still need to link the LoRaWAN server to an application server for your IoT solution to better analize the data and show to final clients. . 54 54 55 55 56 56 = 4. Case 3: Standard LoRaWAN connection~-~- without LoRaWAN server, use ABP LoRaWAN End node = ... ... @@ -66,7 +66,7 @@ 66 66 * c) Gateway stores keys from node and decode end nodes' data locally 67 67 * d) Gateway sends end node data to Application Server. 68 68 69 -Reference Intruction: [[Communication with ABP End Node>>http:// 8.211.40.43:8080/xwiki/bin/view/Main/Communicate%20with%20ABP%20End%20Node%20without%20LoRaWAN%20Network%20Server%20---%20LG308/]]63 +Reference Intruction: [[Communication with ABP End Node>>url:https://wiki.dragino.com/index.php/Communication_with_ABP_End_Node]] 70 70 71 71 [[image:https://wiki.dragino.com/images/thumb/9/9e/Process_data_3.png/600px-Process_data_3.png||height="478" width="600"]] 72 72 ... ... @@ -97,7 +97,7 @@ 97 97 * c) Gateway parse the packet and get sensor ID and data. 98 98 * d) Gateway sends these data to Application Server. 99 99 100 -Reference Intruction: [[MQTT Forward Instruction>>http:// 8.211.40.43:8080/xwiki/bin/view/Main/MQTT%20Forward%20Instruction/]]94 +Reference Intruction: [[MQTT Forward Instruction>>url:https://wiki.dragino.com/index.php/MQTT_Forward_Instruction]] 101 101 102 102 103 103 [[image:https://wiki.dragino.com/images/thumb/2/2a/MQTT_Forward_2.png/600px-MQTT_Forward_2.png||height="355" width="600"]]