uploaded 3 days ago
A small code-size Protocol Buffers implementation in C

readme

# Nanopb - Protocol Buffers for Embedded Systems

Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is especially suitable for use in microcontrollers, but fits any memory restricted system.

## Using the nanopb library

To use the nanopb library, you need to do two things:

1. Compile your .proto files for nanopb, using protoc.
2. Include pb_encode.c, pb_decode.c and pb_common.c in your project.

Links

Supports all targets

License: zlib

To add this component to your project, run:

idf.py add-dependency "nikas-belogolov/nanopb^1.0.0"

or download archive

Stats

  • Archive size
    Archive size ~ 37.79 KB
  • Downloaded in total
    Downloaded in total 4 times
  • Downloaded this version
    This version: 0 times

Badge

nikas-belogolov/nanopb version: 1.0.0
|