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

Added support for binary data types

Open mhorsche opened this issue 4 years ago • 5 comments

image

New Features

  • Select data type (string, json, hex, uint, int, float) for each topic individually
  • Default data type is 'string'
  • Binary types are decoded with 'little Endian' ('readUInt__LE', 'readInt__LE, 'readFloatLE' and 'readDoubleLE')
  • Show milliseconds in message received timestamp (feature request #479)

Todo

Minor issue when changing data type you need to reselect the topic to fire render event. This should be done automatically, maybe you can help me to implement this properly.

mhorsche avatar Jan 11 '21 09:01 mhorsche

is it possible to finalize the merge?

stefanlk avatar Jun 15 '23 10:06 stefanlk

is it possible to finalize the merge?

Never got any reaction from @thomasnordquist. I use this functionality very often, should be implemented correctly...

mhorsche avatar Jun 16 '23 16:06 mhorsche

The author is not visiting Github anymore (last time he replied was end of 2022), and that's a shame :(

ilgrank avatar Jun 21 '23 09:06 ilgrank

I just discovered this tool, which is very nice, and came here just to suggest the same feature.

image

Unfortunately this tool is no longer maintained. I had no idea it was 3 years old. Now I need to find something else. :sweat_smile: What did you end up using? Found anything similar that supports binary?

Redsandro avatar Feb 03 '24 18:02 Redsandro

@mhorsche can you rebase this PR and i'll try to get it merged?

Ideally the timestamp fix could be a separate PR to be merged asap to keep things neat

bj00rn avatar Apr 02 '24 18:04 bj00rn