1 unstable release
0.1.0 | Sep 22, 2021 |
---|
#7 in #aprs
24KB
116 lines
aprshttp
Send one-way APRS position reports using APRS-IS.
aprshttp 0.1.0
Evan Pratten <ewpratten@gmail.com>
One-way APRS position reporting using APRS-IS
USAGE:
aprshttp [OPTIONS] <callsign> --latitude <latitude> --longitude <longitude>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--latitude <latitude> Latitude
--longitude <longitude> Longitude
-m, --message <message> Message to broadcast
-s, --symbol <symbol> APRS symbol [default: -]
ARGS:
<callsign> Your callsign
Installation
This crate can be installed via cargo
with:
cargo install aprshttp
Dependencies
~6–21MB
~274K SLoC