You may want to check out Tanmay's https://github.com/tanmaykm/Protobuf.jl


On Sun, Feb 23, 2014 at 8:51 PM, Uwe Fechner <[email protected]>wrote:

> Hello,
>
> our control and simulation software is highly modular, and we use google
> protocol buffer
> encoded messages over ZeroMQ sockets to communicate.
>
> What is the best approach to send and receive protobuf encoded messages:
>
> a) using one of the C bindings; there are actually three:
>     - http://spbc.sourceforge.net/
>     - http://code.google.com/p/protobuf-c/
>     - http://koti.kapsi.fi/jpa/nanopb/
>
> b) using the Python library:
>     https://developers.google.com/protocol-buffers/docs/pythontutorial
>     This one is officially supported by google in contrast to the C
> bindings
>
> c) writing a full protobuf compiler, coder and decoder in Julia directly
>
> Any comments welcome.
>
> Uwe Fechner
>

Reply via email to