Skip to content

Notify_aprs

Chris Caron edited this page Dec 28, 2023 · 5 revisions

APRS (Automated Packet Reporting System) Ham Radio plugin

Automatic Packet Reporting System (APRS) is an amateur radio-based system for real time digital communications of information of immediate value in the local area.

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:

# 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
Clone this wiki locally