Re: [protobuf] Integrate proto2 messages from a device to C#

2017-10-27 Thread Marc Gravell
protobuf-net should work with proto 2 - try here: https://protogen.marcgravell.com On 27 Oct 2017 6:16 p.m., "cleal" wrote: > 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

Re: [protobuf] Integrate proto2 messages from a device to C#

2017-10-27 Thread 'Feng Xiao' via Protocol Buffers
On Fri, Oct 27, 2017 at 10:16 AM, cleal wrote: > 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

[protobuf] Integrate proto2 messages from a device to C#

2017-10-27 Thread cleal
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