Contents:

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

image-20220527151200-1.png

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:

3. Case 2: Standard LoRaWAN connection-- LoRaWAN server is a private server

image-20220527151408-2.png

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

5. Case 4: 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

image-20220527151531-3.png

LoRaWAN connection without LoRaWAN server

6. Case 5: 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.

image-20220527151609-4.png

Unencrypt Network modified from LoRaWAN

Detail see: How to send none encryption LoRaWAN Packet

7. Case 6: 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

image-20220527152437-5.png

Raw LoRa uplink

Tags:
    
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0