1 example for mosquitto_sub
# Subscribe to all messages on a password protected mosquitto broker # Useful for debugging # -v show the topic of every message # mosquitto_sub -h 192.168.1.100 -u user -P password -v -t '#'
# Subscribe to all messages on a password protected mosquitto broker # Useful for debugging # -v show the topic of every message # mosquitto_sub -h 192.168.1.100 -u user -P password -v -t '#'