Changes between Version 4 and Version 5 of mosquitto_ex
- Timestamp:
- 09/07/21 02:52:46 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mosquitto_ex
v4 v5 5 5 Test with for loop in bash 6 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\": }"; done7 [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\": $i}"; done 8 8 }}}