mirror of
https://github.com/kemenril/iR-APRSISD.git
synced 2024-11-09 23:24:07 -08:00
31 lines
792 B
INI
31 lines
792 B
INI
[inReach]
|
|
User = Your-inReach-Username
|
|
#If this is defined, we will authenticate to the inReach service.
|
|
# If it is not, we will assume public access is ok.
|
|
#Password = Your inReach feed password, if required
|
|
|
|
# This should be the location of your KML feed.
|
|
URL = https://share.garmin.com/Feed/Share/%(User)s
|
|
|
|
[APRS]
|
|
SSID = N0CALL-10
|
|
Password = 1234
|
|
Port = 14580
|
|
|
|
#If the separator is /, your icon will come from the primary symbol table.
|
|
# if it is \, it will draw from the secondary table.
|
|
Separator = /
|
|
#This character represents an APRS icon from the table tied to Separator.
|
|
Symbol = (
|
|
|
|
#This information is included at the end of each packet, along with some
|
|
# other data.
|
|
Comment = APRS-IS KML forwarder, by K0SIN
|
|
|
|
[General]
|
|
# KML polling interval in seconds.
|
|
Period = 300
|
|
|
|
|
|
|