<
From version < 15.2 >
edited by Xiaoling
on 2022/05/27 15:00
To version < 16.11 >
edited by Xiaoling
on 2022/07/21 17:21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,13 +1,16 @@
1 -**Contents:**
1 +**Table of Contents:**
2 2  
3 3  {{toc/}}
4 4  
5 5  
6 +
7 +
6 6  = 1. Introduction =
7 7  
8 8  In the TCP IP Client mode, LoRa Gateway can accept LoRa or LoRaWAN packets and send it to the TCP/IP server.
9 9  
10 10  
13 +
11 11  = 2. LoRaWAN Mode TCP Connection =
12 12  
13 13  == 2.1 Support Hardware ==
... ... @@ -22,9 +22,10 @@
22 22  
23 23  Network Structure
24 24  
25 -[[Intrudctions>>http://wiki1.dragino.com/xwiki/bin/view/Main/Communicate%20with%20ABP%20End%20Node%20without%20LoRaWAN%20Network%20Server%20---%20LG308/#H4.Example2:CommunicatetoTCPServer]]
28 +[[Intrudctions>>Communicate with ABP End Node without LoRaWAN Network Server --- LG308||anchor="H4.Example2:CommunicatetoTCPServer"]]
26 26  
27 27  
31 +
28 28  = 3. Raw LoRa Mode TCP Connection =
29 29  
30 30  == 3.1 Support Hardware ==
... ... @@ -35,6 +35,7 @@
35 35  
36 36  == 3.2 Typology ==
37 37  
42 +
38 38  The working topology is as below. In this mode, The Uplink LoRa packets should use a customized format.
39 39  
40 40  [[image:image-20220527144300-2.png]]
... ... @@ -42,6 +42,7 @@
42 42  TCP/IP Forward working topology
43 43  
44 44  
50 +
45 45  == 3.3 Instruction Before Firmware lgw~-~-build-v5.4.1606631585-20201129-1434 ==
46 46  
47 47  === 3.3.1 Select TCP-IP Client mode ===
... ... @@ -51,6 +51,7 @@
51 51  Select TCP-IP Client mode
52 52  
53 53  
60 +
54 54  === 3.3.2 Configure the Radio channel ===
55 55  
56 56  [[image:image-20220527144755-4.png]]
... ... @@ -58,17 +58,21 @@
58 58  Configure the Radio channel with the match radio settings frequency as the LoRa End Node
59 59  
60 60  
68 +
61 61  === 3.3.3 Configure TCP Server Info ===
62 62  
63 -Note: Gateway may receive many LoRa packets, it will only transfer the packet with the same ID as specify in the channel.
64 64  
72 +(% style="color:red" %)Note: Gateway may receive many LoRa packets, it will only transfer the packet with the same ID as specify in the channel.
73 +
65 65  [[image:image-20220527144837-5.png]]
66 66  
67 67  Configure TCP Server Info
68 68  
69 69  
79 +
70 70  === 3.3.4 About uplink data format from End Node ===
71 71  
82 +
72 72  The LoRa end node should upload the data with below format:
73 73  
74 74  (% class="box" %)
... ... @@ -77,11 +77,11 @@
77 77  For example, if we have configured 2 channels 12345 and 34567.
78 78  And there is are three LoRa End nodes sending: 12345,34567,78
79 79  The LG02 will accept the data from 12345 and 34567, it will ignore the data from Node 78
80 -**Case 1**:
91 +(% style="color:blue" %)**Case 1**:(%%)
81 81   Node 12345 send <12345>field1=0.0&field2=1102.0
82 82   Node 34567 doesn’t send anyting
83 83   The TCP/IP server will get {"12345":"field1=0.0&field2=1102.0"}
84 -**Case 2**:
95 +(% style="color:blue" %)**Case 2**:(%%)
85 85   Node 12345 send <12345>field1=0.0&field2=1102.0
86 86   Node 34567 send <34567>temp=34
87 87   The TCP/IP server will get {"34567":"temp=34","12345":"field1=0.0&field2=1102.0"}
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0