Crates.io | ublox-rnx |
lib.rs | ublox-rnx |
version | 0.1.6 |
source | src |
created_at | 2023-07-29 11:07:03.083216 |
updated_at | 2024-04-27 09:16:53.926792 |
description | Efficient RINEX production from a Ublox GNSS receiver |
homepage | https://github.com/georust/rinex |
repository | https://github.com/georust/rinex |
max_upload_size | |
id | 929205 |
size | 46,602 |
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.
libudev-dev
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