| Crates.io | gsof_protocol |
| lib.rs | gsof_protocol |
| version | 0.1.23 |
| created_at | 2021-11-17 21:17:50.244802+00 |
| updated_at | 2023-08-09 14:10:56.997538+00 |
| description | Software to collect data generated by sources who provide GSOF messages (Trimble) |
| homepage | |
| repository | https://gitlab.com/pineiden/gsof-trimble-rust |
| max_upload_size | |
| id | 483634 |
| size | 194,840 |
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.