2026-09-07 15:11:55 -05:00
2026-09-07 15:06:01 -05:00
2025-11-27 16:18:01 -05:00
2026-09-07 15:11:55 -05:00
2025-11-27 16:18:01 -05:00
2026-09-07 15:11:55 -05:00

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

S
Description
Read USB GPS dongle, write out location.
Readme 319 KiB
Languages
Rust 100%