Changes between Version 3 and Version 4 of mosquitto_ex
- Timestamp:
- 09/06/21 05:19:26 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mosquitto_ex
v3 v4 2 2 3 3 We sub and put in queue then create thread to read the queue [attachment:mosq_feed_ex.py] 4 5 Test with for loop in bash 6 {{{ 7 [krit@mini Mqtt]$ for i in {1..10}; do mosquitto_pub -h mq1.mycompany.com -u userName -P mypassword -t "/mycompany/ActDAS/test" -m "{\"id\":}"; done 8 }}}