Merge pull request #4 from hildjj/master

several changes
tree: e84ed46bf9f50df0e448d09bbd3ba3599d6e6c35
  1. .gitignore
  2. cases.cbor
  3. cbor.h
  4. cn-cbor.c
  5. cn-cbor.h
  6. cn-error.c
  7. cn-manip.c
  8. expected.out
  9. LICENSE
  10. Makefile
  11. README.md
  12. test.c
README.md

cn-cbor: A constrained node implementation of CBOR in C

This is a constrained node implementation of CBOR in C that I threw together in 2013, before the publication of RFC 7049, to validate certain implementability considerations.

Its API model was inspired by nxjson. It turns out that this API model actually works even better with the advantages of the CBOR format.

This code has been used in a number of research implementations on constrained nodes, with resulting code sizes appreciably under 1 KiB on ARM platforms.

I always meant to improve the interface some more with certain API changes, in order to get even closer to 0.5 KiB, but I ran out of time. So here it is. If I do get around to making these changes, the API will indeed change a bit, so please be forewarned.

License: MIT