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

bin+lib gsof_protocol

Software to collect data generated by sources who provide GSOF messages (Trimble)

6 releases

0.1.23 Aug 9, 2023
0.1.22 Jul 26, 2022
0.1.21 Dec 22, 2021
0.1.2 Nov 18, 2021

#6 in #geodesic

MIT and GPL-3.0-only

36KB
798 lines

Gsof Protocol

This crate understand the GSOF Protocol from Trimble, is used to communicate data from GNSS Sources (GPS).

With the time I can implement all the tables, but now are only the useful for the job purpose.

Can be used as command as stream

nc HOST port | ./target/debug/read_stream

or connecting directly to the source.

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

Also can be used as library with other crates. Only need a BufReader and import the *GsofData struct.

You can check the code to understand how to use.

Dependencies

~12–21MB
~247K SLoC