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,7 +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 27 = 2. Firmware Change Log for MQTT feature = 28 28 29 29 ... ... @@ -35,7 +35,6 @@ 35 35 ** Initiate version 36 36 37 37 38 - 39 39 = 3. MQTT forward operating principle = 40 40 41 41 ... ... @@ -47,7 +47,6 @@ 47 47 * **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. 48 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. 49 49 50 - 51 51 [[image:image-20220527133547-1.png]] 52 52 53 53 General MQTT structure ... ... @@ -124,7 +124,6 @@ 124 124 * HOSTNAME: Device Hostname 125 125 126 126 127 - 128 128 === 3.3.2 -m message macro === 129 129 130 130 ... ... @@ -135,7 +135,6 @@ 135 135 * JSON: Convert META to json format. 136 136 137 137 138 - 139 139 === 3.3.3 Example for Macro === 140 140 141 141 ... ... @@ -604,7 +604,7 @@ 604 604 605 605 (% class="box infomessage" %) 606 606 ((( 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"**602 +**mosquitto_pub -h 10.130.2.192 -p 1883 -t dragino-1d25dc/ -m "260211D,time,txt,hello,20,1,SF12,923300000,2"** 608 608 ))) 609 609 610 610 Or use [[MQTT.fx>>https://mqttfx.jensd.de/index.php/download]]