[protobuf] Using Protocol Buffers For client-server communication

2011-03-23 Thread charfeddine.ahmed
Fellow ProtoBuf users, if you want to beneficiate from this efficient serialization library in the context of client-server communication, I am showing a practicle example with source code on this article : http://www.pushframework.com/?page_id=385 -- You received this message because you are sub

[protobuf] Issue 271 in protobuf: RPATH on python native library is not set correctly

2011-03-23 Thread protobuf
Status: New Owner: ken...@google.com Labels: Type-Defect Priority-Medium New issue 271 by pkwar...@gmail.com: RPATH on python native library is not set correctly http://code.google.com/p/protobuf/issues/detail?id=271 What steps will reproduce the problem? 1. Build the python module with the C

[protobuf] Issue 272 in protobuf: protobuf-2.3.0 and greater don't cross-compile

2011-03-23 Thread protobuf
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 272 by cmas...@chromium.org: protobuf-2.3.0 and greater don't cross-compile http://code.google.com/p/protobuf/issues/detail?id=272 What steps will reproduce the problem? 1. Attempt to cross-compile protobuf 2.3.0 in the chr

[protobuf] Reading data coded with some other protocol

2011-03-23 Thread Manish Joshi
Hi, I have 2 queries regarding protocol buffers 1. Is protocol buffer capable of decoding data coded via another protocol? For example I have diameter packet. If I write a .proto file similar to diameter header and generate .pb.h and pb.cc files using it, then is it possible for protocol buffer t

Re: [protobuf] Reading data coded with some other protocol

2011-03-23 Thread David Yu
On Thu, Mar 24, 2011 at 2:29 AM, Manish Joshi wrote: > Hi, > > I have 2 queries regarding protocol buffers > > 1. Is protocol buffer capable of decoding data coded via another > protocol? For example I have diameter packet. If I write a .proto file > similar to diameter header and generate .pb.h