-
-
Notifications
You must be signed in to change notification settings - Fork 441
Notify_dapnet
Chris Caron edited this page Dec 28, 2021
·
4 revisions
- Source: https://hampager.de/
- Icon Support: No
- Message Format: Text
- Message Limit: 80 Characters per message
Valid syntax's are as follows:
dapnet://{userid}:{password}@{callsign}
dapnet://{userid}:{password}@{callsign1}/{callsign2}/{callsignN}/
Variable | Required | Description |
---|---|---|
callsign | Yes | One or more Amateur Radio Call sign's is required to send a notification. |
userid | Yes | Your Hampager account login |
password | Yes | Your Hampager account password |
priority | No | The message priority; if this isn't specified then normal is used by default. The possible options are emergency and normal . |
txgroups | No | The transmitter group(s) to associate with your message. Use a comma (, ) to identify more then one. By default if this value isn't specified then the group dl-all is used. |
batch | No | Hampager allows for a batch mode. If you identify more then one call sign, you can send all of them in a single shot instead of the normal Apprise approach (which sends them one by one). Enabling batch mode has both it's pro's and cons. By default batch mode is disabled. |
Send a DAPNET/Hampager notification to the callsign: DF1ABC
# Assuming our {callsign} is DF1ABC
# Assuming our {userid} is foobar
# Assuming our {password} is pass123
apprise -vv -b "Test Message Body" \
dapnet://foobar:pass123@DF1ABC