Google Protobuf and Arduino

Hi everyone,

I'm new in arduino and google protobuf, but I need to use both in a project now.

My question is.... does anyone has a step by step tuturiol how to use google protobuf with arduino, preference using default arduino IDE.

Thanks.

Glauber Santos.

Arduino sketches are C++. So you could try just generating some C++ code, paste it into the Arduino IDE, and see if you can get it working. I have no clue if that's even possible and, if so, how difficult