MQTT-Explorer icon indicating copy to clipboard operation
MQTT-Explorer copied to clipboard

An all-round MQTT client that provides a structured topic overview

Results 230 MQTT-Explorer issues
Sort by recently updated
recently updated
newest added

Dirty fix #792 by inspecting topic as suggested by https://github.com/thomasnordquist/MQTT-Explorer/issues/792#issuecomment-2111972106 Tested with sparkplug client https://github.com/eclipse/tahu/blob/master/javascript/examples/simple/example.js The whole decoder choice logic should probably be cleaned up later on to support #493...

Use tahu https://github.com/eclipse/tahu for sparkplug Based on #793 ## Changes - [x] use `sparkplug-payload` for decoding - [x] add sparkplugb client script using `sparkplug-client` #781 - [x] add sparkplugb messages...

After installing the newer 0.4.0 (beta) i get the following error (it has nothing to do with the bypassing of non-verified dev.) And i'm unable to open the application, Running...

- [x] Implement mocking of for sparkplugb payloads - [ ] Add test to ui-test script

- Option added to Certificates dialog even though it's not really a cert - Seemed like the best / most "TLS advanced option" place After all, it's used INSTEAD of...

Next Release

As of no alternative of this amazing app for Android it would be a viable option to create a responsive Web app that could be enabled from the desktop and...

Hello. First of all thank you so much for this project! It is so helpful to look at the MQTT topics in your system. I did have a question though...

{ "ble_read_address": "xxx", "mac_type": 1, "ble_read_service": "xxx", "ble_read_char": "xxx", "value_type": "xxx", "ttl": 3 } tried sending the following json to read value of a characteristic that is not shown on...

Add new functionality: 1) Ability to save history data (last 100 observations) to text file. 2) Ability to minimize the program to system tray.

I have a payload from a bluetooth sensor that I am getting to mqtt explorer, but I need to have a script to put the data into a readable state....