Thanks, I tested a single file and it works. I am new to this, I have another question. If I have several proto files, and some of them have a line "import xxx.proto;", which refers to many other proto files, do I need to compile each of these .proto in any particular order?
El viernes, 27 de octubre de 2017, 12:16:53 (UTC-5), cleal escribió: > I have to integrate a third part protocol from a gps device, they send me > the .proto files, they are using the schema proto2. > > I should receive the binary messages and I need desarialize it in order to > work with the location data. But I see in forums that C# only works for > proto3. There is no way to migrate the messages because they are from a > hardware device from a third part. > > I have never working with the Protocol Buffers, how I should start? > -- 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.
