<
From version < 46.2 >
edited by Xiaoling
on 2022/07/14 16:19
To version < 47.1 >
edited by Xiaoling
on 2022/07/14 16:22
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -24,7 +24,6 @@
24 24  
25 25  
26 26  
27 -
28 28  = 2.  Firmware Change Log for MQTT feature =
29 29  
30 30  
... ... @@ -37,7 +37,6 @@
37 37  
38 38  
39 39  
40 -
41 41  = 3.  MQTT forward operating principle =
42 42  
43 43  
... ... @@ -47,13 +47,15 @@
47 47  Below shows the network structure for MQTT forwarding.
48 48  
49 49  * **For Uplink:**  The sensor sends data to LoRa Gateway via LoRa wireless, The gateway will process these data and forward to remote MQTT Broker via Internet.
50 -* **For Downlink:** The gateway subscribe a topic in the MQTT broker, when there is update on the topic, the gateway will know and broadcast the data to Local LoRa network,
48 +* **For Downlink:** The gateway subscribe a topic in the MQTT broker, when there is update on the topic, the gateway will know and broadcast the data to Local LoRa network.
51 51  
50 +
52 52  [[image:image-20220527133547-1.png]]
53 53  
54 54  General MQTT structure
55 55  
56 56  
56 +
57 57  == 3.2  How sensor data is forwarded ==
58 58  
59 59  
... ... @@ -62,10 +62,13 @@
62 62  
63 63  === 3.2.1  Upstream ===
64 64  
65 +
65 65  Assume there are two sensor nodes, their ID are Node1 ID: 6734 , Node2 ID: 7456. In the remote MQTT broker there are two topics: Topic1: /channel/765800, Topic2: /channel/367860. We can set up in the gateway to map Node1 to Topic1 and Node2 to Topic2. So when there is a sensor data from Node1, the gateway will forward the data to Topic1, when there is sensor data from Node2, the gateway will forward to Topic2.
66 66  
67 67  (((
68 68  The data flow works as below diagram.
70 +
71 +
69 69  )))
70 70  
71 71  [[image:image-20220527134000-2.png]]
... ... @@ -98,6 +98,7 @@
98 98  Downstream path
99 99  
100 100  
104 +
101 101  == 3.3  Macro Definition ==
102 102  
103 103  
... ... @@ -106,6 +106,7 @@
106 106  (((
107 107  Currently the (% style="color:#4f81bd" %)**-t (topic)**(%%) and (% style="color:#4f81bd" %)**-m (message)**(%%) support Macros.
108 108  
113 +
109 109  
110 110  )))
111 111  
... ... @@ -118,6 +118,8 @@
118 118  * USERNAME: User ID (-u)
119 119  * HOSTNAME: Device Hostname
120 120  
126 +
127 +
121 121  === 3.3.2  -m message macro ===
122 122  
123 123  
... ... @@ -127,6 +127,8 @@
127 127  * META: Completely sensor data with time stamp and rssi
128 128  * JSON: Convert META to json format.
129 129  
137 +
138 +
130 130  === 3.3.3  Example for Macro ===
131 131  
132 132  
... ... @@ -321,6 +321,7 @@
321 321  
322 322  == 4.3  Simulate via Dragino Command Line ==
323 323  
333 +
324 324  For first try of MQTT connection, simulate via command line is recommend, there are many servers / connection type for MQTT. They are using different connection parameters. Simulating the connection via command line will help us rapidly connect to server and debug.
325 325  
326 326  In the Dragino Gateway, we use [[mosquitto client>>url:https://mosquitto.org/]] for MQTT connection.
... ... @@ -349,8 +349,10 @@
349 349  mosquitto_sub
350 350  
351 351  
362 +
352 352  == 4.4  Configure Dragino UI for MQTT connection ==
353 353  
365 +
354 354  This chapter are step by step to show to configure the Dragino Menu for MQTT auto connection.
355 355  
356 356  (((
... ... @@ -515,11 +515,11 @@
515 515  When use test this feature, please use the version higher then : (% style="color:#4f81bd" %)**LG02_LG08~-~-build-v5.4.1593400722-20200629-1120**(%%), in this version, the upload format is changed and readable, which is easier for integration.
516 516  
517 517  
518 -(% style="color:#4f81bd" %)**Video Instruction**(%%): (% style="color:blue" %)[[https:~~/~~/youtu.be/qJTY441-t90>>url:https://youtu.be/qJTY441-t90]]
530 +(% style="color:blue" %)**Video Instruction**(%%): (% style="color:blue" %)[[https:~~/~~/youtu.be/qJTY441-t90>>url:https://youtu.be/qJTY441-t90]]
519 519  )))
520 520  
521 521  (((
522 -(% style="color:blued" %)**Step 1**(%%): Refer [[Communicate with ABP End Node>>Communicate with ABP End Node without LoRaWAN Network Server --- LG308]] to know how to set up LG308 to work with LoRaWAN End node.
534 +(% style="color:blue" %)**Step 1**(%%): Refer [[Communicate with ABP End Node>>Communicate with ABP End Node without LoRaWAN Network Server --- LG308]] to know how to set up LG308 to work with LoRaWAN End node.
523 523  )))
524 524  
525 525  (((
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0