This commit is contained in:
Chris Smith 2021-04-03 16:03:39 -05:00
commit 0a2d77a051
2 changed files with 9 additions and 2 deletions

View file

@ -46,7 +46,7 @@ Some preliminary but untested support is now included for multiple inReach devic
* Just define a single SSID in the configuration file, leave the Devices section undefined, and the software will increment the number on your SSID for each new IMEI it finds in the feed. Mappings generated this way will be consistent within a single run, but may -- or may not -- change if you run the service again. * Just define a single SSID in the configuration file, leave the Devices section undefined, and the software will increment the number on your SSID for each new IMEI it finds in the feed. Mappings generated this way will be consistent within a single run, but may -- or may not -- change if you run the service again.
* Still define the SSID in the APRS section, since it's used for the login to APRS-IS, but also define the Devices section. Each line should have an SSID = IMEI mapping. All devices not present in the Devices section will be ignored. * Still define the SSID in the APRS section, since it's used for the APRS gate address and the login to APRS-IS, but also define the Devices section. Each line should have an SSID = IMEI mapping. All devices not present in the Devices section will be ignored.
* Run multiple instances of the daemon, each with an IMEI specified on the command-line, or each with a new configuration file and a Devices section that includes some but not all of the devices you want to watch. * Run multiple instances of the daemon, each with an IMEI specified on the command-line, or each with a new configuration file and a Devices section that includes some but not all of the devices you want to watch.

View file

@ -38,7 +38,14 @@ Comment = APRS-IS KML forwarder, by K0SIN
#N0CALL-8 = 092847784398753 #N0CALL-8 = 092847784398753
[General] [General]
# Frequency in seconds with which to log packet forwarding stats to STDOUT
# If this is less than Period, stats will only be logged every Period seconds.
# Comment it out to skip printing packet stats entirely.
Logstats = 300
# KML polling interval in seconds. # KML polling interval in seconds.
Period = 300 Period = 300