1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg/nanopb/README.md

11 lines
356 B
Markdown
Raw Normal View History

2018-09-16 14:49:05 +02:00
# Introduction
This is a test application for the nanoPb library.
The library provides a Google Protocol Buffers encoder / decoder.
# Prerequisites
Install the protobuf compiler and the protobuf python bindings.
On Debian/ubuntu, the corresponding packages are `protobuf-compiler` and
`python-protobuf`. On Arch, it is `protobuf` and `python-protobuf`.