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
-
... ... @@ -31,6 +31,8 @@ 31 31 * LG02_LG08-5.3.1580178039 32 32 ** Initiate version 33 33 34 + 35 + 34 34 = 3. MQTT forward operating principle = 35 35 36 36 == 3.1 Network Structure == ... ... @@ -103,6 +103,8 @@ 103 103 * USERNAME: User ID (-u) 104 104 * HOSTNAME: Device Hostname 105 105 108 + 109 + 106 106 === 3.3.2 -m message macro === 107 107 108 108 * HOSTNAME: Device Hostname ... ... @@ -111,6 +111,8 @@ 111 111 * META: Completely sensor data with time stamp and rssi 112 112 * JSON: Convert META to json format. 113 113 118 + 119 + 114 114 === 3.3.3 Example for Macro === 115 115 116 116 [[image:image-20220527134251-4.png]] ... ... @@ -117,6 +117,7 @@ 117 117 118 118 MQTT Publish configure 119 119 126 + 120 120 Above screen shots shows below format: 121 121 122 122 * -t: CLIENTID/CHANNEL/data ... ... @@ -128,6 +128,7 @@ 128 128 129 129 Sensor Data 130 130 138 + 131 131 ((( 132 132 According to above macro. Gateway will publish (% style="color:#4f81bd" %)**field1=22.0&field2=49.0**(%%) to topic: (% style="color:#4f81bd" %)**dragino-1b7060/78901/data**(%%), where 78901 is the remote channel for this node ID. 133 133 )))