fxamacker / cbor

CBOR codec (RFC 8949) with CBOR tags, Go struct tags (toarray, keyasint, omitempty), float64/32/16, big.Int, and fuzz tested billions of execs.
MIT License
715 stars 59 forks source link

Add benchmark using CBOR Web Token (CWT) and SenML data #34

Closed x448 closed 4 years ago

x448 commented 4 years ago

CWT (RFC 8392) is encoded in CBOR and uses COSE for added app-layer security. It's derived from JSON Web Token.

https://tools.ietf.org/html/rfc8392

x448 commented 4 years ago

SenML (RFC 8428 Sensor Measurement Lists) "defines a format for representing simple sensor measurements and device parameters"

https://tools.ietf.org/html/rfc8428