Hi,
I'm fairly new with protocol buffers, last weekend i did my first toy app using nanopb
on a microcontroller and protobuf in a PC application, nanopb is very easy to use
once you get the idea :).
My question:
Being communication between devices the principal use case for protocol buffers,
can i use it to encode data into a message/buffer, store it in a external memory
(EEPROM in my case) and then read the same message/buffer and decode it?
Kind regards,
Carlos