Changes for page MQTT Forward Instruction
Last modified by Kilight Cao on 2024/08/31 16:26
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,7 +9,6 @@ 9 9 Dragino LoRa/LoRaWAN gateway support MQTT forwarding. It can forward the sensor data from LoRa network to MQTT server , and vice verse. 10 10 11 11 12 - 13 13 == 1.1 Support Devices == 14 14 15 15 ... ... @@ -25,7 +25,6 @@ 25 25 26 26 27 27 28 - 29 29 = 2. Firmware Change Log for MQTT feature = 30 30 31 31 ... ... @@ -38,7 +38,6 @@ 38 38 39 39 40 40 41 - 42 42 = 3. MQTT forward operating principle = 43 43 44 44 ... ... @@ -51,7 +51,6 @@ 51 51 * **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. 52 52 53 53 54 - 55 55 [[image:image-20220527133547-1.png]] 56 56 57 57 General MQTT structure ... ... @@ -64,7 +64,6 @@ 64 64 In this MQTT forward feature, the key point is how the gateway process the sensor data. 65 65 66 66 67 - 68 68 === 3.2.1 Upstream === 69 69 70 70 ... ... @@ -90,8 +90,6 @@ 90 90 91 91 ((( 92 92 93 - 94 - 95 95 ))) 96 96 97 97 === 3.2.2 Downstream === ... ... @@ -101,8 +101,6 @@ 101 101 102 102 ((( 103 103 Below are the data flow for downstream. 104 - 105 - 106 106 ))) 107 107 108 108 [[image:image-20220527134038-3.png]] ... ... @@ -134,7 +134,6 @@ 134 134 135 135 136 136 137 - 138 138 === 3.3.2 -m message macro === 139 139 140 140 ... ... @@ -146,7 +146,6 @@ 146 146 147 147 148 148 149 - 150 150 === 3.3.3 Example for Macro === 151 151 152 152 ... ... @@ -310,7 +310,6 @@ 310 310 This section is an example to show how to set up LG01-N to communicate with a MQTT server. The MQTT server is a simple utility set up in a local PC. Note: User can set up same server via [[this instruction>>url:http://www.steves-internet-guide.com/install-mosquitto-broker/]]. 311 311 312 312 313 - 314 314 == 4.2 Simulate via MQTT.fx utility == 315 315 316 316 ... ... @@ -483,7 +483,6 @@ 483 483 In above section, we have configured the UI to support MQTT upstream and downstream. We can simulate via Linux command. In this section, we will guide how to communicate with remote LoRa End Node for upstream and downstream. 484 484 485 485 486 - 487 487 === 4.5.1 Use LoRa Raw protocol for communication ~-~- For LG01/LG02 === 488 488 489 489 ... ... @@ -509,8 +509,6 @@ 509 509 * Downstream: Listening broadcast message from gateway, and print it in console. 510 510 * The LoRa parameter settings in Arduino should match the LoRa settings in gateway, as below: 511 511 512 - 513 - 514 514 [[image:image-20220527140354-18.png]] 515 515 516 516 LoRa Parameter should match ... ... @@ -619,7 +619,7 @@ 619 619 620 620 (% class="box infomessage" %) 621 621 ((( 622 -**mosquitto_pub -h 10.130.2.192 -p 1883 -t dragino-1d25dc/ -m "260211D,time,txt,hello,20,1,SF12,923300000,2"** 607 +**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"** 623 623 ))) 624 624 625 625 Or use [[MQTT.fx>>https://mqttfx.jensd.de/index.php/download]] ... ... @@ -640,7 +640,6 @@ 640 640 User can login the gateway's console and run (% style="color:#4f81bd" %)**logread -f**(%%). It will shows the output when there is packet arrive.User can see if it is correct. 641 641 642 642 643 - 644 644 = 6. How to ask for Support = 645 645 646 646