[protobuf] Bandwidth use of Protobuf binary representation vs zipped JSON/XML

2015-05-04 Thread Kasper Nielsen
Hi, I'm working with some communication channels where bandwidth (UHF and satellite) is the only limiting factor. And want to employ Protobuf for passing messages back and forth. However, I'm getting a lot of why don't we just zip JSON/XML questions. People are really not that convinced going do

[protobuf] Protobuff 3 alpha-2 make check error

2015-05-04 Thread Mahan Bastani
My sustem in Ubuntu14.04 64bit and I get these errors for the make check: FAIL: protobuf-test PASS: protobuf-lazy-descriptor-test PASS: protobuf-lite-test PASS: google/protobuf/compiler/zip_output_unittest.sh PASS: google/protobuf/io/gzip_stream_unittest.sh make[5]: Entering directory `/home/

Re: [protobuf] Protobuff 3 alpha-2 make check error

2015-05-04 Thread 'Feng Xiao' via Protocol Buffers
Could you attach the full output of "make check"? You have only included the summary part which doesn't have enough information to diagnose the problem. On Fri, May 1, 2015 at 8:42 PM, Mahan Bastani wrote: > My sustem in Ubuntu14.04 64bit and I get these errors for the make check: > > FAIL: prot

Re: [protobuf] Bandwidth use of Protobuf binary representation vs zipped JSON/XML

2015-05-04 Thread 'Feng Xiao' via Protocol Buffers
On Sat, May 2, 2015 at 12:51 AM, Kasper Nielsen wrote: > Hi, > > I'm working with some communication channels where bandwidth (UHF and > satellite) is the only limiting factor. > And want to employ Protobuf for passing messages back and forth. > However, I'm getting a lot of why don't we just zip

Re: [protobuf] Dynamic/run-time decoding

2015-05-04 Thread Jan KyjovskĆ½
Hi, so we are somehow back in game. And now I am getting familiar what I have done more then half a year ago. So for now I got some basic structure of code that will later be as a starting point for real implementation. I am trying to do some simple experiments to see how it works. Though I go