Skip to content

Commit

Permalink
C implementation update (address #63)
Browse files Browse the repository at this point in the history
* Delete defunct RIOT implementation
* Point cn-cbor to jimsch for now
  • Loading branch information
cabo committed Dec 15, 2020
1 parent 32b483e commit 82e1ca6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions impls.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,12 @@ <h2 id="c">C#</h2>
<p><a class="btn" href="https://github.com/dahomey-technologies/Dahomey.Cbor">View Details »</a></p>

<h2 id="c-c">C, C++</h2>
<p>A CBOR implementation in C is part of the RIOT operating system for constrained nodes:</p>

<p><a class="btn" href="https://github.com/RIOT-OS/RIOT/blob/master/sys/cbor/cbor.c">View Details »</a></p>
<p>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:</p>

<p>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.</p>

<p><a class="btn" href="https://github.com/cabo/cn-cbor">View Details »</a></p>
<p><a class="btn" href="https://github.com/jimsch/cn-cbor">View Details »</a></p>

<p>A basic C++ implementation is also available:</p>

Expand Down

0 comments on commit 82e1ca6

Please sign in to comment.