picopb is an implementation of Google protocol buffers in C, written by Taylor `Riastradh' Campbell . The picopbc utility converts a .proto description to C source code that can be used with the libpicopb library to process, encode, and decode protocol buffers messages. To prepare from revision control, which requires automake and autoconf, first run (cd gnu && ./autogen.sh) To build, run ./configure && make To test once built, run make check Pass -jN to make if you want to parallelize the build N ways. Working examples are under test/. Example ideas are under examples/. Introductory documentation is missing -- see the man pages working examples instead for now.