I need to define a binary protocol and use it both from a written C application and for Python. My question is, what is the right tool to work with, so I won’t need to parse and build the code in C and Python? I heard about the Google protocol buffers, but their C implementation is not mature enough for the protocol. Is their best replacement?
source share