<
From version < 6.3 >
edited by Xiaoling
on 2022/05/27 14:49
To version < 1.7 >
edited by Xiaoling
on 2022/05/12 17:08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,8 +1,6 @@
1 -**Contents:**
1 +Contents:
2 2  
3 -{{toc/}}
4 4  
5 -
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.
... ... @@ -15,9 +15,10 @@
15 15  * [[LPS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/148-lps8.html]]
16 16  * [[LG308>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/140-lg308.html]], [[DLOS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/160-dlos8.html]]
17 17  
16 +
18 18  == 2.2 Typology & Instruction ==
19 19  
20 -[[image:image-20220527144058-1.png]]
19 +[[image:https://wiki.dragino.com/images/thumb/7/75/LPS8_TCP_0.png/600px-LPS8_TCP_0.png||height="370" width="600"]]
21 21  
22 22  Network Structure
23 23  
... ... @@ -28,14 +28,15 @@
28 28  
29 29  == 3.1 Support Hardware ==
30 30  
31 -* [[LG01-N>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/143-lg01n.html]], [[OLG01-N>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/144-olg01n.html]]
32 -* [[LG02>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/135-lg02.html]], [[OLG02>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/136-olg02.html]]
30 +* LG01N, OLG01N
31 +* LG02, OLG02
33 33  
33 +
34 34  == 3.2 Typology ==
35 35  
36 36  The working topology is as below. In this mode, The Uplink LoRa packets should use a customized format.
37 37  
38 -[[image:image-20220527144300-2.png]]
38 +[[image:https://wiki.dragino.com/images/thumb/5/54/TCP_FORWARD_1.png/600px-TCP_FORWARD_1.png||height="380" width="600"]]
39 39  
40 40  TCP/IP Forward working topology
41 41  
... ... @@ -44,7 +44,7 @@
44 44  
45 45  === 3.3.1 Select TCP-IP Client mode ===
46 46  
47 -[[image:image-20220527144723-3.png]]
47 +[[image:https://wiki.dragino.com/images/thumb/b/ba/TCP_FORWARD_2.png/600px-TCP_FORWARD_2.png||height="159" width="600"]]
48 48  
49 49  Select TCP-IP Client mode
50 50  
... ... @@ -51,7 +51,7 @@
51 51  
52 52  === 3.3.2 Configure the Radio channel ===
53 53  
54 -[[image:image-20220527144755-4.png]]
54 +[[image:https://wiki.dragino.com/images/thumb/0/0e/TCP_FORWARD_3.png/600px-TCP_FORWARD_3.png||height="406" width="600"]]
55 55  
56 56  Configure the Radio channel with the match radio settings frequency as the LoRa End Node
57 57  
... ... @@ -60,7 +60,7 @@
60 60  
61 61  Note: Gateway may receive many LoRa packets, it will only transfer the packet with the same ID as specify in the channel.
62 62  
63 -[[image:image-20220527144837-5.png]]
63 +[[image:https://wiki.dragino.com/images/thumb/f/fb/TCP_FORWARD_4.png/600px-TCP_FORWARD_4.png||height="330" width="600"]]
64 64  
65 65  Configure TCP Server Info
66 66  
... ... @@ -71,7 +71,7 @@
71 71  
72 72  (% class="box" %)
73 73  (((
74 -Uplink Format:** (% style="color:#4f81bd" %)<Channel_ID>data(%%)**
74 +Uplink Format: <Channel_ID>data
75 75  For example, if we have configured 2 channels 12345 and 34567.
76 76  And there is are three LoRa End nodes sending: 12345,34567,78
77 77  The LG02 will accept the data from 12345 and 34567, it will ignore the data from Node 78
... ... @@ -114,30 +114,26 @@
114 114  
115 115  The LoRa end node should upload the data with below format:
116 116  
117 -(% class="box" %)
118 -(((
119 -Uplink Format: **<Channel_ID>data**
117 +{{{Uplink Format: <Channel_ID>data
120 120  And there is a LoRa End node sending below packets:
121 121  *<12345>Hello From Sensor1
122 -)))
120 +}}}
123 123  
124 124  
125 -(% class="box" %)
126 -(((
127 -LG01/LG02 will uplink 12345:Hello From Sensor1 and usr can use logread -f to check the log.
128 -Thu Feb  4 08:21:49 2021 user.notice iot_keep_alive: use WAN or WiFi for internet access now
129 -Thu Feb  4 08:21:53 2021 daemon.info tcp_process.sh[18564]: /var/iot/channels/ CREATE 12345
130 -Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]: Check for sensor update
131 -Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]: Found Data at Local Channels: 12345
132 -Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:
133 -Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:~-~-~-~--
134 -Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:server: 10.130.2.149
135 -Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:port: 60000
136 -Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:decoder: LG01/LG02 Raw Data
137 -Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:tcp_data: 12345:Hello From Sensor1;
138 -Thu Feb  4 08:21:53 2021 user.notice root: [IoT.TCP]:~-~-~-~-~-~-
139 -)))
123 +{{{LG01/LG02 will uplink 12345:Hello From Sensor1 and usr can use logread -f to check the log.
124 +Thu Feb 4 08:21:49 2021 user.notice iot_keep_alive: use WAN or WiFi for internet access now
125 +Thu Feb 4 08:21:53 2021 daemon.info tcp_process.sh[18564]: /var/iot/channels/ CREATE 12345
126 +Thu Feb 4 08:21:53 2021 user.notice root: [IoT.TCP]: Check for sensor update
127 +Thu Feb 4 08:21:53 2021 user.notice root: [IoT.TCP]: Found Data at Local Channels: 12345
128 +Thu Feb 4 08:21:53 2021 user.notice root: [IoT.TCP]:
129 +Thu Feb 4 08:21:53 2021 user.notice root: [IoT.TCP]:-----
130 +Thu Feb 4 08:21:53 2021 user.notice root: [IoT.TCP]:server: 10.130.2.149
131 +Thu Feb 4 08:21:53 2021 user.notice root: [IoT.TCP]:port: 60000
132 +Thu Feb 4 08:21:53 2021 user.notice root: [IoT.TCP]:decoder: LG01/LG02 Raw Data
133 +Thu Feb 4 08:21:53 2021 user.notice root: [IoT.TCP]:tcp_data: 12345:Hello From Sensor1;
134 +Thu Feb 4 08:21:53 2021 user.notice root: [IoT.TCP]:------
140 140  
136 +}}}
141 141  
142 142  and TCP server get:
143 143  
... ... @@ -145,9 +145,9 @@
145 145  
146 146  TCP Server
147 147  
148 -LoRa End Device reference source code: [[check this link>>url:https://github.com/dragino/Arduino-Profile-Examples/blob/master/libraries/Dragino/examples/IoTServer/ThingSpeak/MQTT_Client/MQTT_DHT11_Client_updata_to_ThingSpeak_/MQTT_DHT11_Client_updata_to_ThingSpeak_.ino]].
144 +{{{LoRa End Device reference source code: .
145 +}}}
149 149  
150 -
151 151  = 4. Reference =
152 152  
153 153  Set up a TCP/IP server use node.js: [[Reference Link>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LG02-OLG02/Firmware/customized_script/&file=node_tcp_server.txt]]
image-20220527144058-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -151.7 KB
Content
image-20220527144300-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -138.5 KB
Content
image-20220527144723-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -19.7 KB
Content
image-20220527144755-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -31.8 KB
Content
image-20220527144837-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -33.0 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0