dwww Home | Manual pages | Find package

CBOR2DIAG(1)                General Commands Manual                CBOR2DIAG(1)

NAME
       cbor2diag - convert CBOR wire protocol to diagnostic text

SYNOPSIS
         cbor2diag test.cbor > test.txt

DESCRIPTION
       cbor2diag  outputs  the diagnostic format from RFC 8949 that corresponds
       to the
       CBOR files that were input.  For example, the following input:
         0xc100
           c1                -- Tag 1 (Date)
             00              -- 0

       produces:
         1(0)

OPTIONS
       -: read from stdin instead of a file.  This is the default.

       -x [string]: read the input from the hex-encoded string on  the  command
       line

       -V, --version: print the node-cbor version and exit

       -h, --help: print some help text and exit

SEE ALSO
        • ]8;;https://github.com/hildjj/node-cbor\node-cbor]8;;\

        • ]8;;https://www.rfc-editor.org/rfc/rfc8949.html\RFC 8949]8;;\

8.1.0                            November 2022                     CBOR2DIAG(1)

Generated by dwww version 1.16 on Tue Dec 16 06:03:30 CET 2025.