Skip to content

metormote/nanopb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nanopb is a small code-size Protocol Buffers implementation.

Homepage: https://kapsi.fi/~jpa/nanopb/

To compile the library, you'll need these libraries:
protobuf-compiler python-protobuf libprotobuf-dev

To run the tests, run make under the tests folder.
If it completes without error, everything is fine.