Reputation: 12112
I am using the Mosquitto command mosquitto_sub
to display data from an MQTT server:
mosquitto_sub -t "#" -v
The messages I want to display contains binary data, which Mosquitto tries to display as text.
Is there any way to display the MQTT messages in a better way for binary data? For example as the hex-values of the bytes?
Upvotes: 0
Views: 4384