Contents:
- 1. Introduction
- 2. Case 1: Standard LoRaWAN connection-- LoRaWAN server is a public server
- 3. Case 2: Standard LoRaWAN connection-- LoRaWAN server is a private server
- 4. Case 3: Standard LoRaWAN connection-- without LoRaWAN server, use ABP LoRaWAN End node
- 5. Case 4: None standard LoRaWAN connection-- without LoRaWAN server, none standard LoRaWAN protocol, no security
- 6. Case 5:Private LoRa connection-- without LoRaWAN server, use Raw LoRa protocol
1. Introduction
This instruction explains how to process the LoRa/LoRaWAN data receive on LoRa/LoRaWAN gateway.
There are different network topology. Please check the suitable one for you.
2. Case 1: Standard LoRaWAN connection-- LoRaWAN server is a public server
LoRaWAN connection
This is a standard LoRaWAN connection. Gateway will forward all end nodes' data to LoRaWAN server. The LoRaWAN server stores the sensor data and communicate with Application server. The Application server in charge for data process for different industrial solutions.
Reference Link:
- Gateway set up instruction to LoRaWAN server. Gateway User Manual
- Examples free public LoRaWAN server is: The Things Network.
- TTN provides the integration instruction for how to connect to Application servers.
3. Case 2: Standard LoRaWAN connection-- LoRaWAN server is a private server
LoRaWAN connection
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:
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.
4. Case 3: Standard LoRaWAN connection-- without LoRaWAN server, use ABP LoRaWAN End node
Below gateways support this mode:
How it works:
- a) LoRaWAN End Nodes runs ABP mode
- b) No LoRaWAN server involved.
- c) Gateway stores keys from node and decode end nodes' data locally
- d) Gateway sends end node data to Application Server.
Reference Intruction: Communication with ABP End Node
LoRaWAN connection without LoRaWAN server
5. Case 4: None standard LoRaWAN connection-- without LoRaWAN server, none standard LoRaWAN protocol, no security
This method is to encryption part from LoRaWAN protocol and make the server side simple.
Unencrypt Network modified from LoRaWAN
Detail see: How to send none encryption LoRaWAN Packet
6. Case 5:Private LoRa connection-- without LoRaWAN server, use Raw LoRa protocol
Below gateways support this mode:
How it works:
- a) LoRa End Node send Raw LoRa packet base on pre-define format
- b) No LoRaWAN server involved.
- c) Gateway parse the packet and get sensor ID and data.
- d) Gateway sends these data to Application Server.
Reference Intruction: MQTT Forward Instruction
Raw LoRa uplink
No comments for this page