Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewpratten/aprshttp
One-way APRS position reporting using APRS-IS
https://github.com/ewpratten/aprshttp
aprs aprs-is commandline
Last synced: about 2 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T17:49:16.000Z (over 3 years ago)
- Last Synced: 2024-10-09T20:41:31.199Z (3 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
[![Crates.io](https://img.shields.io/crates/v/aprshttp)](https://crates.io/crates/aprshttp)
[![Docs.rs](https://docs.rs/aprshttp/badge.svg)](https://docs.rs/aprshttp)
[![Build](https://github.com/Ewpratten/aprshttp/actions/workflows/build.yml/badge.svg)](https://github.com/Ewpratten/aprshttp/actions/workflows/build.yml)
[![Clippy](https://github.com/Ewpratten/aprshttp/actions/workflows/clippy.yml/badge.svg)](https://github.com/Ewpratten/aprshttp/actions/workflows/clippy.yml)
[![Audit](https://github.com/Ewpratten/aprshttp/actions/workflows/audit.yml/badge.svg)](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
```