Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewpratten/aprs-bcn
Command-line tool for sending out APRS-IS beacons
https://github.com/ewpratten/aprs-bcn
aprs aprs-is beacon cron python35
Last synced: about 2 months ago
JSON representation
Command-line tool for sending out APRS-IS beacons
- Host: GitHub
- URL: https://github.com/ewpratten/aprs-bcn
- Owner: ewpratten
- License: gpl-3.0
- Created: 2021-03-19T13:55:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T17:48:59.000Z (almost 4 years ago)
- Last Synced: 2024-10-08T18:41:07.932Z (3 months ago)
- Topics: aprs, aprs-is, beacon, cron, python35
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APRS Beacon
Command-line tool for sending out APRS-IS beaconsI use this script to broadcast my home `VA3ZZA` marker on the APRS network.
## How it works
The script generates a packet based on commandline arguments, and sends it to APRS-IS. Using the `--wx-mode` flag, this script will re-broadcast weather data as a WX station.
```text
usage: aprsbcn [-h] -c CALLSIGN [--ssid SSID] [--symbol SYMBOL] [--latlong LATLONG] [--message MESSAGE] [--wx-mode] [--dry-run]Command-line tool for sending out APRS-IS beacons
optional arguments:
-h, --help show this help message and exit
-c CALLSIGN, --callsign CALLSIGN
Callsign
--ssid SSID APRS SSID
--symbol SYMBOL APRS Symbol
--latlong LATLONG Comma-seperated lat and long of the station (defaults to geoip)
--message MESSAGE APRS message
--wx-mode Run in WX mode
--dry-run Run without actually sending the packet
```