Changes between Version 4 and Version 5 of mosquitto_ex


Ignore:
Timestamp:
09/07/21 02:52:46 (3 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mosquitto_ex

    v4 v5  
    55Test with for loop in bash
    66{{{
    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
     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\": $i}"; done
    88}}}