On Wed, Mar 22, 2017 at 5:43 AM, Peter Morley <[email protected]> wrote:
> Can anyone verify that this Protocol buffer generator for MATLAB > https://github.com/farsounder/protobuf-matlab works with the current > protocol buffer 3.2 version. The protobuf-matlab library says it supports > protocol buffer versions 2.4.1 which makes me weary. I have been able to > send/receive protocol buffer messages but what worries me is the received > data is sometimes off. Any thoughts on whether this could be a backwards > compatibility issue? Has there been significant changes to the basic format > of protocol buffer messages from 2.4.1 to 3.2? Thanks > Protobuf is wire-compatible so you can have a 2.4.1 matlab protobuf implementation communicates with another 3.2.0 implementation just fine. > > -- > 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 https://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- 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 https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
