GithubHelp home page GithubHelp logo

Hex in CBOR about cbor.github.io HOT 7 OPEN

CodeOn-ArK avatar CodeOn-ArK commented on June 3, 2024
Hex in CBOR

from cbor.github.io.

Comments (7)

cabo avatar cabo commented on June 3, 2024 1

I'm not fluid in nodejs.
The https://cbor.me website is based on the cbor-diag gem, which you can find at https://github.com/cabo/cbor-diag.

from cbor.github.io.

cabo avatar cabo commented on June 3, 2024

The cbor.me website uses CBOR Diagnostic Notation (Section 8 of RFC 8949), which is an extended form of JSON to represent CBOR data items in a readable form. Another popular text form of JSON data is YAML.

It is not necessary to generate such a form to generate CBOR. In Python, you typically use Python notation to build a data item in memory and then convert it using one of the Python libraries, e.g., cbor2.

from cbor.github.io.

CodeOn-ArK avatar CodeOn-ArK commented on June 3, 2024

ok, but how do I encode something in hex? "val2" : h'1234abcd' this kind of thing, in any language

from cbor.github.io.

cabo avatar cabo commented on June 3, 2024

That is a question about your programming language. In Python, there are byte strings in the form of "bytes objects", https://docs.python.org/3/library/stdtypes.html#typebytes. bytes.fromhex('1234abcd') should give you what you need. (I'm not an active Python programmer, I hope I got this right.)

from cbor.github.io.

CodeOn-ArK avatar CodeOn-ArK commented on June 3, 2024

Any possible implementation for node js.
Also, is the source for the website is available somewhere?

from cbor.github.io.

AtigPurohit avatar AtigPurohit commented on June 3, 2024

can we use cbor diagnostic notations with that library to encode hex
If yes how and any supporting materials for that

from cbor.github.io.

cabo avatar cabo commented on June 3, 2024

As the README says:

No documentation; use the source, for now (the above command line utilities should show the basic usage).

from cbor.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.