Changes between Version 3 and Version 4 of mosquitto_ex


Ignore:
Timestamp:
09/06/21 05:19:26 (3 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mosquitto_ex

    v3 v4  
    22
    33We sub and put in queue then create thread to read the queue [attachment:mosq_feed_ex.py]
     4
     5Test 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}}}