aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-04-16 01:15:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-16 01:15:11 +0000
commita1c1fb8b8191af873cdafcbf12db88e6e2be9fb5 (patch)
tree739ab170b31f1ba28db22c325a1bdcf4c26569bc
parent696530332036f5518681d3c450cdbc3ee412004a (diff)
parent400319a50ba363e6d18ed138aa633c0058fc346f (diff)
downloadcn-cbor-a1c1fb8b8191af873cdafcbf12db88e6e2be9fb5.tar.gz
Upgrade cn-cbor to c2e53733a895587c2910d2b2a1312d4224e5a474 am: 15e4988d25 am: 8f258525f7 am: b399972214 am: cd5174925d am: 400319a50b
Change-Id: Iff80f60dd8f4bad2d503728c0488ddacec6d3138
-rw-r--r--METADATA8
-rw-r--r--README.md19
2 files changed, 23 insertions, 4 deletions
diff --git a/METADATA b/METADATA
index 973907e..adbeb30 100644
--- a/METADATA
+++ b/METADATA
@@ -9,11 +9,11 @@ third_party {
type: GIT
value: "https://github.com/cabo/cn-cbor.git"
}
- version: "f1cf9ffdf5cfab935a45900556f9b68af925c256"
+ version: "c2e53733a895587c2910d2b2a1312d4224e5a474"
license_type: NOTICE
last_upgrade_date {
- year: 2019
- month: 2
- day: 1
+ year: 2020
+ month: 4
+ day: 13
}
}
diff --git a/README.md b/README.md
index 5820858..4b57f09 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,25 @@
# cn-cbor: A constrained node implementation of CBOR in C
+Below is the original README for cn-cbor, a Proof of Concept
+implementation of [CBOR](https://cbor.io) that I wrote in 2013.
+People have been sending me fixes and updates to make this
+implementation more useful for actual use, and for a while I have
+occasionally integrated them. Jim Schaad now is so far ahead of this
+repo that you are most likely better off using [his
+repo](https://github.com/jimsch/cn-cbor) as your upstream.
+
+If you *are* here looking for experimental CBOR implementations for
+constrained nodes, there are many, some of which are listed at
+[cbor.io](https://cbor.io/impls.html). One more: I have recently
+[extracted](https://github.com/cabo/bm_cbor) the implementation from
+ARM-mbed's [SUIT manifest
+generator](https://github.com/ARMmbed/suit-manifest-generator) (Apache
+2.0). SUIT implementers report (CBOR-specific) code sizes in the low
+hundreds of bytes. Thank you, [ARM](https://github.com/bremoran).
+
+# cn-cbor: A constrained node implementation of CBOR in C
+
This is a constrained node implementation of [CBOR](http://cbor.io) in
C that I threw together in 2013, before the publication of
[RFC 7049](http://tools.ietf.org/html/rfc7049), to validate certain