Skip to content

physycom/ubx_to_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

documentclass title author
physycomen
ubx_to_json
Fabbri, Sinigardi
© Physics of Complex Systems Laboratory - Physics and Astronomy Department - University of Bologna
Build Status
Build Status

Purpose

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.

Installation

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.

Usage

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.