Differences
This shows you the differences between two versions of the page.
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 " | mosquitto_pub -h 192.168.5.150 -t " | ||
- | <code bash> | ||
</ | </ | ||
+ | <code bash> | ||
mosquitto_pub -h 192.168.5.150 -t " | mosquitto_pub -h 192.168.5.150 -t " | ||
</ | </ | ||
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. |