mirror of https://github.com/caronc/apprise
Created Notify_aprs (markdown)
parent
7bec11bff8
commit
950369a00e
|
@ -0,0 +1,30 @@
|
|||
## APRS (Automated Packet Reporting System) Ham Radio plugin
|
||||
* **Source**: https://www.aprs2.net/
|
||||
* **Icon Support**: No
|
||||
* **Message Format**: Text
|
||||
* **Message Limit**: 67 Characters
|
||||
|
||||
Bark is an iOS App which allows you to push custom notifications to your iPhone.
|
||||
|
||||
### Syntax
|
||||
Valid authentication syntax is as follows:
|
||||
* `aprs:///{user}:{password}@{callsign}`
|
||||
* `aprs:///{user}:{password}@{callsign1}/{callsign2}/{callsignN}`
|
||||
|
||||
|
||||
### Parameter Breakdown
|
||||
| Variable | Required | Description
|
||||
| ----------- | -------- | -----------
|
||||
| locale | No | The local (default is set to `EURO` if not otherwise specified.
|
||||
|
||||
|
||||
#### Example
|
||||
Send a APRS notification to all devices associated with a project:
|
||||
```bash
|
||||
# Assume:
|
||||
# - our {callsign} is DF1ABC
|
||||
# - our {user} is DF1JSL-15
|
||||
# - our {password} is 12345
|
||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||
aprs://DF1JSL-15:12345@DF1ABC
|
||||
```
|
Loading…
Reference in New Issue