011fc62b9b4040dad70b7b9c7a2800d0c2528bda
gpsll
Using Rust and the following packages
[dependencies]
serialport = "4.2"
nmea = {version = "0.6", features = ["GGA"]}
clap = { version = "4", features = ["derive"] }
chrono = "0.4.45"
I wanted a simple way to export latitude and longitude from a GPS USB dongle to the terminal.
Usage
A tool for echoing latitude and longitude from a GPS USB dongle.
Usage: gpsll [OPTIONS]
Options:
-c, --com <COM> COM port
-h, --help Print help
-V, --version Print version
Acknowledgments
- Inspiration from https://github.com/FPyC639/Rust_GPS_GUI_COM_Port_Reader.
Description
Languages
Rust
100%