telehash / telehash.github.io

Contents of the site
http://telehash.org/
Other
483 stars 59 forks source link

add a CBOR compact option for the e3x channel headers #101

Closed quartzjer closed 9 years ago

quartzjer commented 9 years ago

It's nice to have channel headers in JSON, but implementations should also be able to support using CBOR natively and the mapping needs to be specified.

fd commented 9 years ago

:+1:

Kagami commented 9 years ago

Have you considered msgpack? It's like JSON but binary and more compact.

quartzjer commented 9 years ago

Yep, check out CBOR, it's the newer/standardized successor to msgpack :)