1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_nanopb
2021-08-24 08:35:41 -03:00
..
tests
app.config.test tests/pkg*: Add app.config.test to pkg tests 2021-04-08 16:44:10 +02:00
main.c
Makefile
Makefile.ci Revert "tests: Exclude atxmega-a1u-xpro board due low mem" 2021-08-24 08:35:41 -03:00
README.md
simple.proto

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.