Crates.io | aprshttp |
lib.rs | aprshttp |
version | 0.1.0 |
source | src |
created_at | 2021-09-22 17:49:50.840052 |
updated_at | 2021-09-22 17:49:50.840052 |
description | One-way APRS position reporting using APRS-IS |
homepage | https://github.com/ewpratten/aprshttp |
repository | https://github.com/ewpratten/aprshttp |
max_upload_size | |
id | 455033 |
size | 72,271 |
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
This crate can be installed via cargo
with:
cargo install aprshttp