gsof_protocol

Crates.iogsof_protocol
lib.rsgsof_protocol
version0.1.23
sourcesrc
created_at2021-11-17 21:17:50.244802
updated_at2023-08-09 14:10:56.997538
descriptionSoftware to collect data generated by sources who provide GSOF messages (Trimble)
homepage
repositoryhttps://gitlab.com/pineiden/gsof-trimble-rust
max_upload_size
id483634
size194,840
David Pineda (dpineiden)

documentation

README

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.

Commit count: 18

cargo fmt