-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
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)
Reactions are currently unavailable