[protobuf] Getting TCP/IP message

2013-11-07 Thread Dilip Biswas
Hallo, I am new here in Protocol Buffers, I would like to know how can I write a Message to get TCP/IP connection. Regards, Dilip, Software Entwickler -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop

[protobuf] Could not parse entity proto from string data

2013-11-07 Thread Sunny Sharma
While trying to run a backup from datastore to BigQuery one of the entity is not backing up and in the error logs its says "Could not parse entity proto from string data". After digging around I couldn't find much about this error. Does anyone know what this error means?? I am guessing it has s

[protobuf] protobuf decoding on an embedded system that disallows C++ new

2013-11-07 Thread Keith So
Hello, I just wanted to confirm an approach I intend to take for decoding protobuf messages on an embedded system with a restricted C++ environment. This embedded system has an object method that given a RootObj, it allows me to allocate x bytes by RootObj::allocate(x). Otherwise the heap new

Re: [protobuf] Getting TCP/IP message

2013-11-07 Thread Marc Gravell
On 7 Nov 2013 20:32, "Marc Gravell" wrote: > What platform? But basically protobuf should be treated as a BLOB. Then > you have two choices: > > - send it as a payload in an existing messaging stack > - write your own messaging layer on top of sockets - noting that because > protobuf messages are