| 2000 Digital Communications Conference - Orlando, USA |
| Intelligent Filtering of APRS IGATE Data Streams |
This page contains a link to my paper for the 2000 Digital Communications Conference, as well as containing the companion software. This page also contains the documentation for this software.
To run
./perlFilter.pl VKZL.conf
This will run the software interactively.
Of course you may want to edit the CONF file first.
VKZL.conf - Configuration file for perlFilter
| # @prefix is a list of callsign ranges that this
filter will allow through
# regardless of their present position. For instance @prefix = ("VK","ZL") # will let throgh VK2TDS and ZL1AMW if they are in their home countries or # if they are within range of an IGATE in ROME or MIAMI. # # More prefixes may be added creating a line such as # @prefix = ("W","AA","N7","VE"); @prefix = ("VK","ZL"); # @grid_OK contains a list of all the GRID squares
that are permitted through
@grid_OK = ("OH","PH","QH","RH","OG","PG","QG","RG","OF",
# The next few lines are tricky, and must not be mixed
up. The lines with the
$telnet_1 = "./myTelnet.pl 23 aprs.net
second.aprs.net";
|