Re: [protobuf] Re: Portable protobuf compiler

2014-06-25 Thread Chris Beams
On Jun 24, 2014, at 5:31 PM, John Calcote john.calc...@gmail.com wrote: I'm looking for a true native java port of the protoc compiler. It's a pretty trivial compiler and the C source code is available. I guess I'll have to do it myself. I'd like to see this as well, and would be happy to

[protobuf] Customizing protoc to support an existing wire format

2014-05-27 Thread Chris Beams
Hello, I'd like to see if any prior work has been done in customizing protobuf compilation to support message encoding/decoding against a legacy wire format. Put another way, I'm interested in: 1. specifying an existing protocol using protobuf's .proto file syntax, and 2. reusing protobuf's