Table of Contents:

Data URI image

1. Introduction

In the TCP IP Client mode, LoRa Gateway can accept LoRa or LoRaWAN packets and send it to the TCP/IP server.

2. LoRaWAN Mode TCP Connection

2.1 Support Hardware

2.2 Typology & Instruction

image-20220527144058-1.png

Data URI image

Network Structure

3. Raw LoRa Mode TCP Connection

3.1 Support Hardware

3.2 Typology

The working topology is as below. In this mode, The Uplink LoRa packets should use a customized format.

image-20220527144300-2.png

TCP/IP Forward working topology

3.3 Instruction Before Firmware lgw--build-v5.4.1606631585-20201129-1434

3.3.1 Select TCP-IP Client mode

image-20220527144723-3.png

Select TCP-IP Client mode

3.3.2 Configure the Radio channel

image-20220527144755-4.png

Configure the Radio channel with the match radio settings frequency as the LoRa End Node

3.3.3 Configure TCP Server Info

Note: Gateway may receive many LoRa packets, it will only transfer the packet with the same ID as specify in the channel.

image-20220527144837-5.png

Configure TCP Server Info

3.3.4 About uplink data format from End Node

The LoRa end node should upload the data with below format:

Uplink Format: <Channel_ID>data
For example, if we have configured 2 channels 12345 and 34567.
And there is are three LoRa End nodes sending: 12345,34567,78
The LG02 will accept the data from 12345 and 34567, it will ignore the data from Node 78

Case 1:
  Node 12345 send <12345>field1=0.0&field2=1102.0
  Node 34567 doesn’t send anyting
  The TCP/IP server will get {"12345":"field1=0.0&field2=1102.0"}

Case 2:
  Node 12345 send <12345>field1=0.0&field2=1102.0
  Node 34567 send <34567>temp=34
  The TCP/IP server will get {"34567":"temp=34","12345":"field1=0.0&field2=1102.0"}

image-20220527144959-6.png

Configure TCP Server Info

LoRa End Device reference source code: check this link.

3.4 Instruction After Firmware lgw--build--v5.4.1612428704--20210204-1653

3.4.1 Configure the Radio channel

image-20220527145111-7.png

Configure the Radio channel with the match radio settings frequency as the LoRa End Node

3.4.2 Configure TCP Server Info

Note: Gateway will transfer the packet if they arrive in the right format .

image-20220527145151-8.png

Configure TCP Server Info

3.4.3 About uplink data format from End Node

The LoRa end node should upload the data with below format:

Uplink Format: <Channel_ID>data
And there is a LoRa End node sending below packets:
*<12345>Hello From Sensor1

LG01/LG02 will uplink 12345:Hello From Sensor1 and usr can use logread -f to check the log.
Thu Feb  4 08:21:49 2021 user.notice iot_keep_alive: use WAN or WiFi for internet access now
Thu Feb  4 08:21:53 2021 daemon.info tcp_process.sh[18564]: /var/iot/channels/ CREATE 12345
Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]: Check for sensor update
Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]: Found Data at Local Channels: 12345
Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:
Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:-----
Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:server: 10.130.2.149
Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:port: 60000
Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:decoder: LG01/LG02 Raw Data
Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:tcp_data: 12345:Hello From Sensor1;
Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:------

and TCP server get:

image-20220527145304-9.pngData URI image

TCP Server

LoRa End Device reference source code: check this link.

3.5 Instruction After Firmware lgw--build-v5.4.1668567157-20221116-1054

3.5.1 Configure the Frequency Plan

image-20230105114141-1.png

Configure the Frequency Plan with the match radio settings frequency as the LoRa End Node

3.5.2 Configure TCP Server Info

Note: Gateway will transfer the packet if they arrive in the right format.

image-20220527145151-8.png

3.5.3 Configure ABP Decryption

Note: The End Node devices must use ABP join network mode.

image-20230105170545-2.png

3.5.3 About uplink data format from End Node

image-20230105171605-5.png

image-20230105171235-4.png

4. Reference

Set up a TCP/IP server use node.js: Reference Link

 

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