#gnss #protocols #geodesic #networking #host-port

bin+lib gsof_protocol

用于收集提供GSOF消息的源生成数据的软件(Trimble)

6个版本

0.1.23 2023年8月9日
0.1.22 2022年7月26日
0.1.21 2021年12月22日
0.1.2 2021年11月18日

#7 in #geodesic

MIT GPL-3.0-only

36KB
798

Gsof Protocol

crate 理解Trimble的 GSOF协议,用于从GNSS源(GPS)通信数据。

随着时间推移,我可以实现所有表,但现在只针对工作目的。

可以作为命令行或流使用

nc HOST port | ./target/debug/read_stream

或直接连接到源。

./target/debug/read_socket --host HOST --port  PORT

还可以作为库与其他crate一起使用。只需要一个 BufReader 并导入 *GsofData 结构体。

您可以通过查看代码来了解如何使用。

依赖项

~13–21MB
~261K SLoC