Lines Matching full:nanopb
1 Nanopb - Protocol Buffers for Embedded Systems
4 [![Build Status](https://travis-ci.org/nanopb/nanopb.svg?branch=master)](https://travis-ci.org/nano…
6 Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is
10 * **Homepage:** http://kapsi.fi/~jpa/nanopb/
11 * **Documentation:** http://kapsi.fi/~jpa/nanopb/docs/
12 * **Downloads:** http://kapsi.fi/~jpa/nanopb/download/
13 * **Forum:** https://groups.google.com/forum/#!forum/nanopb
17 Using the nanopb library
19 To use the nanopb library, you need to do two things:
21 1. Compile your .proto files for nanopb, using protoc.
33 The nanopb generator is implemented as a plugin for the Google's own protoc
38 If you have downloaded a binary package for nanopb (either Windows, Linux or
49 protoc, you need to manually give the path to nanopb generator:
51 protoc --plugin=protoc-gen-nanopb=nanopb/generator/protoc-gen-nanopb ...
57 If you want to perform further development of the nanopb core, or to verify