https://github.com/ewpratten/aprshttp
One-way APRS position reporting using APRS-IS
https://github.com/ewpratten/aprshttp
aprs aprs-is commandline
Last synced: 5 months ago
JSON representation
One-way APRS position reporting using APRS-IS
- Host: GitHub
- URL: https://github.com/ewpratten/aprshttp
- Owner: ewpratten
- License: gpl-3.0
- Created: 2021-09-22T14:31:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T17:49:16.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T07:36:24.951Z (5 months ago)
- Topics: aprs, aprs-is, commandline
- Language: Rust
- Homepage: https://crates.io/crates/aprshttp
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aprshttp
[](https://crates.io/crates/aprshttp)
[](https://docs.rs/aprshttp)
[](https://github.com/Ewpratten/aprshttp/actions/workflows/build.yml)
[](https://github.com/Ewpratten/aprshttp/actions/workflows/clippy.yml)
[](https://github.com/Ewpratten/aprshttp/actions/workflows/audit.yml)Send one-way APRS position reports using APRS-IS.
```text
aprshttp 0.1.0
Evan Pratten
One-way APRS position reporting using APRS-ISUSAGE:
aprshttp [OPTIONS] --latitude --longitudeFLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
--latitude Latitude
--longitude Longitude
-m, --message Message to broadcast
-s, --symbol APRS symbol [default: -]ARGS:
Your callsign
```## Installation
This crate can be installed via `cargo` with:
```sh
cargo install aprshttp
```