I just finished Module 7 and was wondering if there is some kind of “Admin” tool that could be used to ‘monitor’ the MQTT Broker?
For example, it might allow these kinds of things:
- verify the broker is running
- observe the arrival/departure of subscribe/publish packets
- view and generally administer the broker
And, all of this would be done with a Windows graphical app — not a CLI app.
2 Answers
Hi Ray.
I’m not familiar with any program with GUI to do that.
But, with a google search, I found this discussion: https://stackoverflow.com/questions/26716279/how-to-test-the-mosquitto-server
And this software:
I never tested it, so I don’t know how well it works.
Regards,
Sara