Add Dire Wolf docs
This commit is contained in:
parent
1317b8585f
commit
72254c57f8
|
|
@ -4,5 +4,5 @@ Section: hamradio
|
|||
Priority: extra
|
||||
Maintainer: Dan Srebnick <k2dls at k2dls.net>
|
||||
Architecture: all
|
||||
Depends: aprx (>=2.9), db-util, python3-lxml, python3-pip, python3-bs4, python3-tz, python3-bsddb3, python3-systemd
|
||||
Description: APRS Weather Alerts beacon exec for aprx
|
||||
Depends: aprx (>=2.9) | direwolf, db-util, python3-lxml, python3-pip, python3-bs4, python3-tz, python3-bsddb3, python3-systemd
|
||||
Description: APRS Weather Alerts beacon exec for aprx & Dire Wolf
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@ This software is written in python 3.4 and has been tested with aprx 2.9.x.
|
|||
If you are running a version < 2.9.0 you should first update aprx. The current
|
||||
release of aprx may be found at http://thelifeofkenneth.com/aprx/debs/.
|
||||
|
||||
It is also being run by N3TSZ (n3tsz@yahoo.com) at the K3PDR-3 APRS digipeater
|
||||
in Philadelphia in conjunction with Dire Wolf. The current release of Dire
|
||||
Wolf may be found at https://github.com/wb2osz/direwolf.
|
||||
|
||||
The current release of noaacap may be found at:
|
||||
|
||||
https://github.com/K2DLS/noaacap/releases
|
||||
|
|
@ -11,7 +15,7 @@ Once you are running aprx >= 2.9, install noaacap:
|
|||
Install via sudo dpkg -i noaacap-0.9.1.deb. Then, to satisfy the dependencies,
|
||||
run sudo apt-get -f install.
|
||||
|
||||
CONFIGURATION
|
||||
==> APRX CONFIGURATION <==
|
||||
|
||||
Add a beacon section similar to the following to /etc/aprx.conf:
|
||||
|
||||
|
|
@ -35,6 +39,14 @@ aprx.log, then you likely need to add the timeout.
|
|||
The program will check for a new alert or update every 2 minutes, but only
|
||||
send if there is a change.
|
||||
|
||||
==> DIRE WOLF CONFIGURATION <==
|
||||
|
||||
Add a line similar to the following to direwolf.conf:
|
||||
|
||||
CBEACON EVERY=2 VIA WIDE2-1 INFOCMD="/usr/local/bin/noaacap.py"
|
||||
|
||||
==> NOAACAP CONFIGURATION <==
|
||||
|
||||
Edit /etc/noaacap.conf:
|
||||
|
||||
Do not remove the [noaacap] section header.
|
||||
|
|
@ -63,4 +75,4 @@ k2dls@k2dls.net with the callsign-SSID of your APRS station that is sending
|
|||
weather alerts via this program.
|
||||
|
||||
Dan Srebnick, K2DLS
|
||||
12/06/17
|
||||
08/04/18
|
||||
|
|
|
|||
Loading…
Reference in New Issue