Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Protobuf 3 : graphical (GUI) tool for seriliazation and deserialization [closed]

I'm looking for a tool that generates and read easily Protobuf data.

This tool should read a Protofile, and then presents a way to fill fields in order to serialize a message in Protobuf.

Added to that, if it can perform deserialization too, it would be very interesting for testing protobuf exchanges, during development.

(to be honest; Postman does not support protobuf message edition).

Does someone know a tool like this ?

like image 263
Germs Avatar asked Sep 19 '25 21:09

Germs


1 Answers

could http://protobufeditor.sourceforge.net/ fit your need?

Looking at the discussions, it should support proto3. https://sourceforge.net/p/protobufeditor/discussion/general/thread/a034177f/

Let us know if it is a good solution for you!

like image 168
Luc Avatar answered Sep 23 '25 10:09

Luc