| Crates.io | ublox-rnx |
| lib.rs | ublox-rnx |
| version | 0.1.6 |
| created_at | 2023-07-29 11:07:03.083216+00 |
| updated_at | 2024-04-27 09:16:53.926792+00 |
| 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-devFor 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