From 82e1ca6d0021de5d0f35decca03135ead1d55970 Mon Sep 17 00:00:00 2001 From: Carsten Bormann Date: Tue, 15 Dec 2020 02:08:38 +0100 Subject: [PATCH] C implementation update (address #63) * Delete defunct RIOT implementation * Point cn-cbor to jimsch for now --- impls.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/impls.html b/impls.html index ad24019..efe760f 100644 --- a/impls.html +++ b/impls.html @@ -305,13 +305,12 @@

C#

View Details »

C, C++

-

A CBOR implementation in C is part of the RIOT operating system for constrained nodes:

-

View Details »

+

A C implementation for highly constrained nodes, which achieves + a full CBOR decoder in 880 bytes of ARM code (and now also + includes an encoder), has been around for a while:

-

A C implementation for highly constrained nodes, which achieves a full CBOR decoder in 880 bytes of ARM code (and now also includes an encoder), has recently become available.

- -

View Details »

+

View Details »

A basic C++ implementation is also available: