Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-IS

USAGE:
aprshttp [OPTIONS] --latitude --longitude

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
--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
```