Re: [protobuf] Http Request and Http Response in Android Using Protobuf

2013-11-19 Thread Marc Gravell
Can you be very specific with what you mean by connect with .NET Database using Protocol Buffer? What **exactly** are you trying to do? And since you are mentioning Http Request, Http Response and PHP - does Database here really mean web-server ? Ultimately, the mechanism for getting protobuf data

Re: [protobuf] Getting TCP/IP message

2013-11-19 Thread Dilip Biswas
Hi Marc, Thank you very much. I need to run a c++ server and java client using a TCPIP protocol. I have to write a message like bla bla in clinet but it would show also from the server side. I wrote the following to get a simple example by using the Person as a Message. I have generated the

[protobuf] I want to use protocol buffers with IAR workbench....am I screwed?

2013-11-19 Thread Bradzo
Hi, I have used google protocol buffers in the past and like them a lot. I need to set up communication between a embedded processor (we are using IAR workbench and the tool chain associated with it) and a standard Linux board. I am only working on the 'application to application' part at