#rinex #gps #glonass #galileo #timing #data-processing

app ublox-rnx

Efficient RINEX production from a Ublox GNSS receiver

6 releases

0.1.6 Apr 27, 2024
0.1.5 Feb 25, 2024
0.1.4 Dec 27, 2023
0.1.3 Nov 27, 2023
0.1.0 Jul 29, 2023

#267 in Geospatial

Download history 68/week @ 2024-02-20 39/week @ 2024-02-27 5/week @ 2024-03-05 1/week @ 2024-03-26 20/week @ 2024-04-02 20/week @ 2024-04-16 121/week @ 2024-04-23 17/week @ 2024-04-30

158 downloads per month

MIT/Apache

1.5MB
27K SLoC

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

Dependencies

~10–14MB
~258K SLoC