Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zephyrproject-rtos/tinycbor
- Owner: zephyrproject-rtos
- License: mit
- Fork: true (intel/tinycbor)
- Created: 2018-02-06T16:53:38.000Z (almost 7 years ago)
- Default Branch: zephyr
- Last Pushed: 2022-04-07T10:33:32.000Z (almost 3 years ago)
- Last Synced: 2024-08-04T01:13:32.817Z (5 months ago)
- Topics: cbor, module
- Language: C
- Homepage:
- Size: 1.12 MB
- Stars: 5
- Watchers: 9
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-zephyr-rtos - tinycbor - Small CBOR library. (Libraries / Networking & Protocols)
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/