1 Nanopb is a small code-size Protocol Buffers implementation.
3 Homepage: http://kapsi.fi/~jpa/nanopb/
5 To compile the library, you'll need these libraries:
6 protobuf-compiler python-protobuf libprotobuf-dev
8 The only runtime dependencies are memset() and memcpy().
10 To run the tests, run make under the tests folder.
11 If it completes without error, everything is fine.