A protobuf message (binary) viewer tool which provides better output.
Follow these steps (it's easy!):
- Open the playground page.
- Upload or paste your binary message.
- (Optional) If you have a
.proto
file, upload or paste it. - Click the "Analyse" button.
- (Optional) If you've provided the
.proto
file, you can select a message type to let the viewer give a better output. - Enjoy the output.
You can input all things by uploading a file, pasting the hex string or base64 string.
This tool uses a table to display tags, field ids, wire types and the values of each fields in the given message.
It will try to recognise nested messages (even without the .proto
file) and display them in a tree-like structure.
If you provide a .proto
file and specify the message type, the viewer will display field names and enum values. You can even hover over the field name to see the field's original definition.
MIT