cbor Questions
3
I am trying to make the content of the QR code from the corona vaccination legible.
Found the following page. I just don't quite understand how I can read the scanned string.
Link / Certification A...
1
I have to decode a CBOR encoded array using the cbor node module.
When i launch my command:
const decodedData = base45.decode(greenpassBody);
const output = pako.inflate(decodedData);
const results...
4
Solved
I'm on the look-out for any implementations of this new binary data representation.
Ferryman asked 5/12, 2013 at 10:58
3
Solved
I'm trying to do struct serialization, in which the bytes would eventually be sent down a pipe, reconstructed and methods be called on them.
I created a trait these structs would implement as appr...
Overliberal asked 22/2, 2017 at 13:32
3
Solved
Please help to suggest some merits and demerits of Flatbuffers and CBOR protocols. Both these binary formats claim to be good on their websites, but I am not able to make some good differences betw...
Prevaricate asked 13/12, 2017 at 17:53
3
I am writing a protocol, that uses RFC 7049 as its binary representation. The standard states, that the protocol may use 32-bit floating point representation of numbers, if their numeric value is e...
Laurasia asked 27/9, 2015 at 17:11
1
© 2022 - 2024 — McMap. All rights reserved.