[protobuf] where to download older version of protocol buffer?

2014-04-14 Thread Ardeal Liang
I need to use older version of protocol buffer in my code. where to download version 2.1 or other older version of protocol buffer? -- 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

[protobuf] Share code between client and server

2014-04-14 Thread Ido Ran
I have a project in which I'm using Protbuf. Both the client and the server are written in the same language. Is that good practice to share the .proto file between the two projects? Or should I hold two separate files of .proto ? Thank you, Ido. -- You received this message because you are

[protobuf] Tizen support

2014-04-14 Thread Vimal
Can any one say if protocol buffers are supported in tizen?? If so how can it be done?? -- 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

[protobuf] no trip_ID in vehiclePositions.pb file any more

2014-04-14 Thread Daniel
Hi, I am currently trying to decode a vehiclePositions.pb file and saving it into a postgres database table. It worked so far until last week. The table has following columns: *CREATE TABLE vehicle_positions( trip_id integer, lat real, lon real, curr_stop_seq smallint,

[protobuf] Re: Issue 57 in protobuf: null values should be treated as no value

2014-04-14 Thread protobuf
Comment #45 on issue 57 by ankit.ga...@gmail.com: null values should be treated as no value http://code.google.com/p/protobuf/issues/detail?id=57 To have null in proto buffer, can workaround me something like wrapping the value and type of value(null/non-null) into a message and then send

[protobuf] Re: Issue 57 in protobuf: null values should be treated as no value

2014-04-14 Thread protobuf
Comment #46 on issue 57 by ag.coolg...@gmail.com: null values should be treated as no value http://code.google.com/p/protobuf/issues/detail?id=57 To have null in proto buffer, can workaround be something like wrapping the value and type of value(null/non-null) into a message and then send