Skip to content

Latest commit

 

History

History

ublox-rnx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Ublox-rnx

Efficient RINEX data production by connecting to a Ublox receiver

ublox-rnx --port /dev/ttyUSB0 --baud 9600 --obs --nav

This tool currently only works on GPS constellation. Other constellations will be supported in future releases.

Requirements:

  • libudev-dev

Cross compilation

For instance on ARM7 using the Cargo ARM7 configuration (I recommend using rustup to install the configuration):

rustup target add armv7-unknown-linux-gnueabihf
cargo build --release \ # release mode: reduce binary size
    --target armv7-unknown-linux-gnueabihf