All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
TinyCBOR library

Provides the TinyCBOR (Concise Binary Object Representation) library

Provides the TinyCBOR (Concise Binary Object Representation) library

See also
https://github.com/intel/tinycbor/

TinyCBOR

TinyCBOR is a CBOR encoder and decoder with a very small footprint, optimized for very fast operation.

The main encoder and decoder functions don't use dynamic memory allocation.

Usage

Just add it as a package in your application's Makefile:

USEPKG += tinycbor

TinyCBOR has optional floating point support. In RIOT-OS this is enabled by adding the following line to your application's Makefile:

USEMODULE += tinycbor_float