laurencelundblade / QCBOR

Comprehensive, powerful, commercial-quality CBOR encoder/ decoder that is still suited for small devices.
Other
183 stars 47 forks source link

Need BKM to use CBOR #163

Closed AshrafAliS closed 1 year ago

AshrafAliS commented 1 year ago

Hi., I'm looking for best known method for CBOR.

use case. i have a large structure, and i wanted to convert that structure to CBOR binary, during the runtime i can locate the buffer and i can get the data.

laurencelundblade commented 1 year ago

Well, um there's no CBOR system/protocol design service available here. :-)

If you haven't seen it already, the example source files output and decode a small structure. They could maybe get you started.

laurencelundblade commented 1 year ago

No further comments. Closing this issue.