sebschrader / tinycbor

Concise Binary Object Representation (CBOR) Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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://01org.github.io/tinycbor/current/

About

Concise Binary Object Representation (CBOR) Library

License:MIT License


Languages

Language:C 52.4%Language:C++ 44.7%Language:Makefile 1.8%Language:Perl 0.6%Language:QMake 0.5%