[protobuf] large protobuf ref : https://developers.google.com/protocol-buffers/docs/techniques#large-data

2019-04-04 Thread nari
I am new to protobuf and reading this https://developers.google.com/protocol-buffers/docs/techniques#large-data makes me wonder what the options are and if any pointers to how its been handled in real world projects. I have a similar use case of breaking a large blob into sub-blobs when serial

[protobuf] Re: windows cmb protoc error

2019-04-04 Thread tausif.elahi via Protocol Buffers
after unzipping, you will a get file called protoc.exe, like this: [image: help.PNG] set the path to windows environment variables, and then run your command [image: Capture.PNG] hopefully it will work -- You received this message because you are subscribed to the Google Groups "Protoco

Re: [protobuf] windows cmb protoc error

2019-04-04 Thread Marc Gravell
that just looks like `protoc` isn't in your path, and to be honest I wouldn't really expect it to be; you'll need to either add it to your system path list, or just use it from where-ever it installed On Wed, 3 Apr 2019 at 16:20, abdelrahman hamdy < hamdyabdelrahman...@gmail.com> wrote: > I insta