#rinex #gps #glonass #galileo #数据加工 #时间同步

app ublox-rnx

从Ublox GNSS接收器高效生成RINEX数据

6个版本

0.1.6 2024年4月27日
0.1.5 2024年2月25日
0.1.4 2023年12月27日
0.1.3 2023年11月27日
0.1.0 2023年7月29日

#4#rinex

MIT/Apache

1.5MB
27K SLoC

Ublox-rnx

通过连接到Ublox接收器高效生成RINEX数据

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

此工具目前仅支持GPS星座。未来版本将支持其他星座。

需求

  • libudev-dev

交叉编译

例如在ARM7上使用Cargo ARM7配置(我建议使用rustup安装配置)

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

依赖项

~10–14MB
~261K SLoC