Changes for page MQTT Forward Instruction
Last modified by Kilight Cao on 2024/08/31 16:26
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.Kilight - Content
-
... ... @@ -23,8 +23,6 @@ 23 23 * MS14 series if installed with the same firmware. (in this case, the MQTT forward will work , but no LoRa support) 24 24 25 25 26 - 27 - 28 28 = 2. Firmware Change Log for MQTT feature = 29 29 30 30 ... ... @@ -36,8 +36,6 @@ 36 36 ** Initiate version 37 37 38 38 39 - 40 - 41 41 = 3. MQTT forward operating principle = 42 42 43 43 ... ... @@ -47,7 +47,7 @@ 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 ,46 +* **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 52 52 [[image:image-20220527133547-1.png]] 53 53 ... ... @@ -54,6 +54,7 @@ 54 54 General MQTT structure 55 55 56 56 53 + 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 62 + 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. 67 + 68 + 69 69 ))) 70 70 71 71 [[image:image-20220527134000-2.png]] ... ... @@ -98,6 +98,7 @@ 98 98 Downstream path 99 99 100 100 101 + 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 110 + 109 109 110 110 ))) 111 111 ... ... @@ -118,6 +118,7 @@ 118 118 * USERNAME: User ID (-u) 119 119 * HOSTNAME: Device Hostname 120 120 123 + 121 121 === 3.3.2 -m message macro === 122 122 123 123 ... ... @@ -127,6 +127,7 @@ 127 127 * META: Completely sensor data with time stamp and rssi 128 128 * JSON: Convert META to json format. 129 129 133 + 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 328 + 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 357 + 352 352 == 4.4 Configure Dragino UI for MQTT connection == 353 353 360 + 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]]525 +(% 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:blue d" %)**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.529 +(% 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 ((( ... ... @@ -592,7 +592,7 @@ 592 592 593 593 (% class="box infomessage" %) 594 594 ((( 595 -**mosquitto_pub -h 10.130.2.192 -p 1883 -t dragino-1d25dc/ -m "260211D,time,txt,hello,20,1,SF12,923300000,2 > /var/iot/push/test"**602 +**mosquitto_pub -h 10.130.2.192 -p 1883 -t dragino-1d25dc/ -m "260211D,time,txt,hello,20,1,SF12,923300000,2"** 596 596 ))) 597 597 598 598 Or use [[MQTT.fx>>https://mqttfx.jensd.de/index.php/download]]