Slide 15
Slide 15 text
Checking everything up and
running
In one terminal window, execute the following command:
mosquitto_sub -h localhost -t "testme" -v
In another one, execute the following command
mosquitto_pub -h localhost -t "testme" -m
Hello
This will send a “Hello” message to the “testme” topic. If
everything was configured correctly, the window running the
mosquitto_sub command will show the “Hello” message.