[protobuf] Api Decoding with php-protobuf

2017-02-09 Thread JAlsi
Hello, I have some .proto Files. With the FIles I have created the .php classes of each file. How I have a Web Api : http://xxx.xxx.xxx.xxx:xxx/api/GetPos When I call this URL with a protobuf header and curl, I got all Data, in a Protobuf Format. How Can I "connect" the generated .proto

[protobuf] Json Program to Protobuf

2016-11-10 Thread JAlsi
Hello, I'm very new in developing with Protobuf. I did read the tutorial and after that I am able to create the .proto files. Now the main problem. I have created a program in C#, which did send requests to a web APi on our Server (http://url/api/car?id=1?format=json ) Now, I want to use

[protobuf] Ptotobuf ->Python

2017-12-25 Thread JAlsi
Hello, I have a Web Api with the Protobuf Protocol. I want to get some live datas out of the api with Python. Together with the proc compiler, i have created some .py Files out of the Proto Files. Now I Don't really now, hoe to connect to the Api an Decompressing the Data. The format of the