thomasnordquist / MQTT-Explorer

An all-round MQTT client that provides a structured topic overview
https://mqtt-explorer.com
Other
2.96k stars 286 forks source link

Hex View #280

Open mattbucknall opened 4 years ago

mattbucknall commented 4 years ago

Thanks for MQTT Explorer - It is a great tool. I have a feature request: Would it be possible to add a hex editor style view for viewing binary payloads? A 'hex' input type (in addition to raw/xml/json) would be handy too, for publishing MQTT messages with arbitrary binary content.

Laro88 commented 4 years ago

@mattbucknall Agreed it would be nice, if you badly need it then you can get HEX from MQTT.fx MQTT.fx is always 2bytes chunks x 8, this format is reasonably nice to look at. 7278 is the ascii letters "rx" from the log message. image

thomasnordquist commented 4 years ago

Yes, this would be a nice feature.