ws-protocol icon indicating copy to clipboard operation
ws-protocol copied to clipboard

Add C++ Protobuf example

Open jtbandes opened this issue 2 years ago • 2 comments

We should provide example code for using Protobuf encoding in C++.

This will also require importing or adding our own base64 encoding implementation.

jtbandes avatar Apr 29 '22 00:04 jtbandes

please~

We are using python but for some online data visualization (10Hz and 20Hz or even higher), python's performance is now a bottleneck.

felixf4xu avatar Jul 29 '22 06:07 felixf4xu

I'm using https://gist.github.com/tomykaira/f0fd86b6c73063283afe550bc5d77594 for base64 encoding

felixf4xu avatar Aug 06 '22 03:08 felixf4xu