documentclass | title | author |
---|---|---|
physycomen |
ubx_to_json |
Fabbri, Sinigardi |
This tool has been written to convert data from the u-blox binary proprietary format (.ubx) to our .json structure, in order to be able to use data coming from the u-Center software inside our tools.
make and a C++11 compatible compiler are required. Clone the repo and type make
, it should be enough in most cases!
There's also a VS2015 solution avalaible.
Contains jsoncons as a git submodule.
ubx_to_json.exe -i input.ubx -o output.json
where input.ubx
must be an existing and valid .ubx file, while output.json
is the name of the output file.
More details about file formats is available here.