mqtt_server_integration_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mqtt_server_integration_guide [2020/05/12 21:39]
wikiadmin created
mqtt_server_integration_guide [2024/10/04 10:07] (current)
wikiadmin
Line 40: Line 40:
 <code bash> <code bash>
 mosquitto_pub -h 192.168.5.150 -t "gemhost/svidrequest/svid" -m "33008" mosquitto_pub -h 192.168.5.150 -t "gemhost/svidrequest/svid" -m "33008"
-<code bash> 
 </code> </code>
 +<code bash>
 mosquitto_pub -h 192.168.5.150 -t "gemhost/svidrequest/sendmessage" -m "1" mosquitto_pub -h 192.168.5.150 -t "gemhost/svidrequest/sendmessage" -m "1"
 </code> </code>
Line 62: Line 62:
 MQTT has no built in way to indicate data quality. MQTT has no built in way to indicate data quality.
  
-Also could be a problem (needs to be tested) if a subscriber is listening that if the data source publishes (i.e. could be transitional or bad quality data, a zero (0) for example from a plc) that it will be pushed to the broker without any indication of quality. 
  • mqtt_server_integration_guide.1589337583.txt.gz
  • Last modified: 2020/05/12 21:39
  • by wikiadmin