New to mqtt. I get the publisher/subscriber and broker/client concepts but I have yet to find information on how I can sniff my network to find publishers and their respective topics?
Take a look at MQTT Explorer
1 Like
Subscribing to the topic # will receive everything. There are other wildcards you can use.
But browsing the topics in the broker with MQTT Explorer is easier.