mwasilak / txThings

CoAP library for Twisted
94 stars 43 forks source link

Add cbor content format #11

Closed jlitzinger-kinestral closed 8 years ago

jlitzinger-kinestral commented 8 years ago

I'm not sure whether you are interested in patches to txThings, but if so, here's a simple one that adds the CBOR Content-Format ID. CBOR tends to be useful in the same environments where CoAP is useful, and provides data encoding similar to JSON.

CBOR, as well as its CoAP content format are documented in RFC7049 (http://tools.ietf.org/html/rfc7049 Section 7.4). Add the encoding id so that applications can use the definitions provided by txthings.

mwasilak commented 8 years ago

Thank you. I will include it in the nearest PyPI release.