Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zephyrproject-rtos/tinycbor

Concise Binary Object Representation (CBOR) Library
https://github.com/zephyrproject-rtos/tinycbor

cbor module

Last synced: about 2 months ago
JSON representation

Concise Binary Object Representation (CBOR) Library

Awesome Lists containing this project

README

        

Concise Binary Object Representation (CBOR) Library
---------------------------------------------------

To build TinyCBOR:

make

If you want to change the compiler or pass extra compiler flags:

make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32"

Documentation: https://intel.github.io/tinycbor/current/