Hello, I have to implement a TCP server which receives messages from another entity. The structure of these messages is well specified in a document.
As there is a well-structured bunch of messages types, I envisage to use Protocol Buffers. But I am facing two problems: - The fields have fixed sizes and therefore are not encoded with the method of Protocol Buffers. - There are some fields of 8-bits and 16-bits length. I do not know how to handle this except with bytes .proto type but how to master the size ? Thanks for your support Benoît -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
