azure-iot-explorer icon indicating copy to clipboard operation
azure-iot-explorer copied to clipboard

[Feature request] Enabling Protobuf Message Decoder

Open MZDN opened this issue 4 years ago • 2 comments

Problem Not all messages sent by devices are in json. They can be also be in protobuf, zlib or another format.

Solution description Since protobuf is mostly used as message exchange format, there should be a possibility on the azure iot explorer to choose a decoder (for protobuf) in order to see/verify the messages that are being read from iot-hub. If the user chooses the decoder protobuf, he should able to upload the protobuf description of the expected messages. The user can then see the messages in for human readable format.

MZDN avatar Jan 14 '21 11:01 MZDN

Hi @MZDN Thank you for reporting this issue. We will look into this.

YingXue avatar Feb 02 '21 18:02 YingXue

That will be awesome! Thanks @YingXue!

MZDN avatar Feb 16 '21 07:02 MZDN

https://github.com/Azure/azure-iot-explorer/releases/tag/v0.15.1 has addressed the issue. We've provided a command with a a panel on Telemetry page for user who would like to use protobuf.

YingXue avatar Nov 08 '22 21:11 YingXue

I know this is close but along these lines could there also be a CBOR decoder?

JedidiahPaterson avatar Mar 14 '24 14:03 JedidiahPaterson