Process Flow - mosquitto_pub and mosquitto_sub commands
Start mosquitto_sub
Subscribe to topic
Wait for messages
Start mosquitto_pub
Publish message to topic
Message received by mosquitto_sub
Display message
End
The subscriber listens on a topic waiting for messages. The publisher sends a message to that topic. The subscriber receives and shows the message.