I’m looking for something to use at work. Is there something I can install on the Raspberry Pi that provides a web application to view MQTT messages? So instead of having to ssh into a Pi and do a mosquitto_sub -h localhost -v -t ‘#’…
I can just go to a webpage served out of the Pi that provides a rolling text window of MQTT messages. It would be great if those topics are even color coded by topic name and allow me to subscribe to certain topics w/ wild cards (like a MQTT client application).
I see a couple of open source project on github that provide, or example, javascript to do exactly what I’m asking, but I need to deploy my own webserver and put these html files into it. Looking for a more refined and ready-to-deploy web application bundle.
Thanks!