Is it possible to make Google Protocol Buffers work in Arduino?
I have been trying for about a week and can\'t make it work, and I would like to know if it\'s even possi
I've managed, after several attempts, to compile google protocol buffers for Arduino (using lite runtime), and still, the resulting code size was way over the 32k limit. So, for now, GPB isn't a viable option for Arduino projects. (maybe on Arduino Mega?)
I suggest you look at MQTT for a suitable replacement (I'll do that).