Closed parasaurolophus closed 5 months ago
I 2nd that. Now I need to boot my desktop to debug MQTT clients, because I have a raspberry as desktop in my toolshed.
Love the MQTT Explorer and using it more or less every day. I have several NodeRed and Mosquitto brokers running on RPi on remote sites and access these using VNC. It would be perfect to have MQTT Explorer running on these RPIs to see what is happening on MQTT. Any chance for a RPi version? It would be greatly appreciated.
checkout downloads -> https://github.com/thomasnordquist/MQTT-Explorer/releases
Thanks for a great tool.
Unfortunately, the latest Raspberry Pi OS uses a version of FUSE by default that is not recognized by the AppImage runtime:
It might be possible to forcibly downgrade at the OS level to the version required by AppImage, but that risks breaking other dependencies.
Meanwhile, there is no snap for the ARM architecture:
Please consider supporting the Raspberry Pi as an explicit target of your tool's build and integration test process.
Thanks again!