ublox-rnx

Crates.ioublox-rnx
lib.rsublox-rnx
version0.1.6
sourcesrc
created_at2023-07-29 11:07:03.083216
updated_at2024-04-27 09:16:53.926792
descriptionEfficient RINEX production from a Ublox GNSS receiver
homepagehttps://github.com/georust/rinex
repositoryhttps://github.com/georust/rinex
max_upload_size
id929205
size46,602
gwbres (gwbres)

documentation

README

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
Commit count: 1742

cargo fmt