Skip to content

Bitcloud.c: Pack and parse UBJSON #58

@gnostication

Description

@gnostication

complete and test the functions to pack UBJSON messages and parse them back into data.

command line interface test may look like:

bitcloud -ubjson FileName_to_pack new_file

this would open and read FileName as pure data, pack it into a UBJSON message, and output two files.

First file to output (e.g., "FileName.ubjson") would be a raw UBJSON output to prove that the function packs properly (hex editor required for analysis and validation). Second file would take the output from the UBJSON message packing function and output a New_File as the result to validate that unpacking works. (diff to compare)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions