Add new example.cfg #2
parent
7720cc6e70
commit
f4b6a6af01
@ -1,100 +1,164 @@
|
||||
gateway = {
|
||||
type= # repeater, hotspot, dongle. Defaults to repeater
|
||||
callsign = "N0CALL"
|
||||
address = "" # this is the computer interface for the outgoing connection. Usually leave it blank and it will use whatever is avaiable.
|
||||
icomAddress="172.16.0.20"
|
||||
icomPort=20000
|
||||
hbAddress="127.0.0.1" #address to use for connectin with homebrew repeaters (MMDVMHost, DStarRepeater)
|
||||
hbPort=20010
|
||||
latitude=""
|
||||
longitude=""
|
||||
description1=""
|
||||
description2=""
|
||||
url=""
|
||||
language= # "english_uk", "deutsch", "dansk", "francais", "italiano", "polski", "english_us", "espanol", "svenska", "nederlands_nl", "nederlands_be", "norsk", "portugues"
|
||||
}
|
||||
|
||||
# NOTHING usually needs to be specified in the ircddb section
|
||||
# If nothing is specified, defaults to openquad
|
||||
ircddb = ( #ircddb networks in paretheses
|
||||
# {
|
||||
# hostname = "ipv4.openquad.net"
|
||||
# username = "CHNGME" # The ircDDB username default to the value defined for server.callsign.
|
||||
# password = ""
|
||||
# },
|
||||
# {
|
||||
# hostname = "xx.ircddb.net"
|
||||
# username = "CHNGME" # The ircDDB username default to the value defined for server.callsign.
|
||||
# password = ""
|
||||
# }
|
||||
)
|
||||
|
||||
repeaters = ( # The modules list is contained in parentheses
|
||||
|
||||
{ # Up to 15 different modules can be specified, each in curly brackets
|
||||
band = "B" # Each module has to have a band letter
|
||||
callsign = "" # Has to be less than 8 characters, if empty gateway call will be used
|
||||
address = "" # address where the repeater can be found, if left empty defaults to 127.0.0.1
|
||||
port=20011
|
||||
type="hb" # hb or icom
|
||||
reflector=""
|
||||
reflectorAtStartup=true
|
||||
reflectorReconnect= # never, fixed, 5, 10, 15, 20, 25, 30, 60, 90, 120, 180
|
||||
frequency=434.00000
|
||||
offset=9.00000
|
||||
rangeKm=0.1
|
||||
latitude=""
|
||||
longitude=""
|
||||
agl=""
|
||||
description1=""
|
||||
description2=""
|
||||
url=""
|
||||
band1=""
|
||||
band2=""
|
||||
band3=""
|
||||
# }, # be sure there is a comma between repeaters
|
||||
# { # Up to 15 different modules can be specified, each in curly brackets
|
||||
# band = "C" # Each module has to have a band letter
|
||||
# callsign = "N0CALL" # Has to be less than 8 characters
|
||||
# port=20012
|
||||
# }
|
||||
}
|
||||
) # close paren to close out the module defines
|
||||
|
||||
aprs = {
|
||||
enabled=true
|
||||
hostname="rotate.aprs2.net" # Defaults to rotate.aprs2.net
|
||||
port=14580 # Defaults to 14580, there is no reason to change this
|
||||
password="1234"
|
||||
}
|
||||
|
||||
paths = {
|
||||
log="/var/log/dstargateway/"
|
||||
data="/usr/local/share/dstargateway/" #Path where the data (hostfiles, audio files etc) can be found
|
||||
}
|
||||
|
||||
dextra = {
|
||||
enabled=true # There is no reason to disable this
|
||||
maxDongles=5
|
||||
}
|
||||
|
||||
dplus = {
|
||||
enabled=true # There is no reason to disable this
|
||||
maxDongles=5
|
||||
login="" # defaults to gateway callsign
|
||||
}
|
||||
|
||||
dcs = {
|
||||
enabled=true # There is no reason to disable this
|
||||
}
|
||||
|
||||
xlx = {
|
||||
enabled=true
|
||||
hostfileUrl="http://xlxapi.rlx.lu/api.php?do=GetXLXDMRMaster"
|
||||
}
|
||||
|
||||
remote = {
|
||||
enabled=false
|
||||
port=4242
|
||||
password="CHANGE_ME" # If password is left blank, remote will be disabled regardless of the enabled field
|
||||
}
|
||||
[Gateway]
|
||||
type= # repeater, hotspot, dongle. Defaults to repeater
|
||||
callsign=
|
||||
address=0.0.0.0 # this is the computer interface for the outgoing connection. Usually leave it blank and it will use whatever is avaiable.
|
||||
icomAddress=172.16.0.20
|
||||
icomPort=20000
|
||||
hbAddress=192.168.123.186 #address to use for connectin with homebrew repeaters (MMDVMHost, DStarRepeater)
|
||||
hbPort=20010
|
||||
latitude=0.0
|
||||
longitude=0.0
|
||||
description1=
|
||||
description2=
|
||||
url=
|
||||
language= # english_uk, deutsch, dansk, francais, italiano, polski, english_us, espanol, svenska, nederlands_nl, nederlands_be, norsk, portugues
|
||||
|
||||
#up to 4 ircddb networks can be specified, if none is specified then default to openqud
|
||||
[ircddb_1]
|
||||
enabled=true
|
||||
hostname=ircv4.openquad.net
|
||||
username= # The ircDDB username default to the value defined for server.callsign.
|
||||
password=
|
||||
|
||||
[ircddb_2]
|
||||
enabled=false
|
||||
hostname=
|
||||
username= # The ircDDB username default to the value defined for server.callsign.
|
||||
password=
|
||||
|
||||
[ircddb_3]
|
||||
hostname=false
|
||||
username=CHNGME # The ircDDB username default to the value defined for server.callsign.
|
||||
password=
|
||||
|
||||
[ircddb_4]
|
||||
hostname=false
|
||||
username=CHNGME # The ircDDB username default to the value defined for server.callsign.
|
||||
password=
|
||||
|
||||
# up to 4 repeaters can be added
|
||||
[Repeater_1]
|
||||
enabled=true
|
||||
band=B # Each module has to have a band letter
|
||||
callsign= # Has to be less than 8 characters, if empty gateway call will be used
|
||||
address= # address where the repeater can be found, if left empty defaults to 127.0.0.1
|
||||
port=20011
|
||||
type=hb # hb or icom
|
||||
reflector=
|
||||
reflectorAtStartup=false
|
||||
reflectorReconnect=30 # never, fixed, 5, 10, 15, 20, 25, 30, 60, 90, 120, 180
|
||||
frequency=434.0
|
||||
offset=-1.6
|
||||
rangeKm=20
|
||||
latitude=0.0
|
||||
longitude=0.0
|
||||
agl=
|
||||
description1=
|
||||
description2=
|
||||
url=
|
||||
band1=
|
||||
band2=
|
||||
band3=
|
||||
|
||||
[Repeater_2]
|
||||
enabled=false
|
||||
band= # Each module has to have a band letter
|
||||
callsign= # Has to be less than 8 characters, if empty gateway call will be used
|
||||
address= # address where the repeater can be found, if left empty defaults to 127.0.0.1
|
||||
port=20012
|
||||
type=hb # hb or icom
|
||||
reflector=
|
||||
reflectorAtStartup=true
|
||||
reflectorReconnect=30 # never, fixed, 5, 10, 15, 20, 25, 30, 60, 90, 120, 180
|
||||
frequency=434.0
|
||||
offset=-1.6
|
||||
rangeKm=20
|
||||
latitude=0.0
|
||||
longitude=0.0
|
||||
agl=
|
||||
description1=
|
||||
description2=
|
||||
url=
|
||||
band1=
|
||||
band2=
|
||||
band3=
|
||||
|
||||
[Repeater_3]
|
||||
enabled=false
|
||||
band= # Each module has to have a band letter
|
||||
callsign= # Has to be less than 8 characters, if empty gateway call will be used
|
||||
address= # address where the repeater can be found, if left empty defaults to 127.0.0.1
|
||||
port=20013
|
||||
type=hb # hb or icom
|
||||
reflector=DCS208 C
|
||||
reflectorAtStartup=true
|
||||
reflectorReconnect=30 # never, fixed, 5, 10, 15, 20, 25, 30, 60, 90, 120, 180
|
||||
frequency=434.0
|
||||
offset=-1.6
|
||||
rangeKm=20
|
||||
latitude=0.0
|
||||
longitude=0.0
|
||||
agl=
|
||||
description1=
|
||||
description2=
|
||||
url=
|
||||
band1=
|
||||
band2=
|
||||
band3=
|
||||
|
||||
[Repeater_4]
|
||||
enabled=false
|
||||
band= # Each module has to have a band letter
|
||||
callsign= # Has to be less than 8 characters, if empty gateway call will be used
|
||||
address= # address where the repeater can be found, if left empty defaults to 127.0.0.1
|
||||
port=20014
|
||||
type=hb # hb or icom
|
||||
reflector=DCS208 C
|
||||
reflectorAtStartup=true
|
||||
reflectorReconnect=30 # never, fixed, 5, 10, 15, 20, 25, 30, 60, 90, 120, 180
|
||||
frequency=434.0
|
||||
offset=-1.6
|
||||
rangeKm=20
|
||||
latitude=0.0
|
||||
longitude=0.0
|
||||
agl=
|
||||
description1=
|
||||
description2=
|
||||
url=
|
||||
band1=
|
||||
band2=
|
||||
band3=
|
||||
|
||||
[APRS]
|
||||
enabled=true
|
||||
hostname=rotate.aprs2.net # Defaults to rotate.aprs2.net
|
||||
port=14580 # Defaults to 14580, there is no reason to change this
|
||||
password=12345
|
||||
|
||||
[Log]
|
||||
path=/var/log/dstargateway/
|
||||
|
||||
[Paths]
|
||||
data=/usr/local/share/dstargateway.d/ #Path where the data (hostfiles, audio files etc) can be found
|
||||
|
||||
[DExtra]
|
||||
enabled=true # There is no reason to disable this
|
||||
maxDongles=5
|
||||
|
||||
[DPlus]
|
||||
enabled=true # There is no reason to disable this
|
||||
maxDongles=5
|
||||
login=F4FXL # defaults to gateway callsign
|
||||
|
||||
[DCS]
|
||||
enabled=true # There is no reason to disable this
|
||||
|
||||
[XLX]
|
||||
enabled=true
|
||||
hostfileUrl=http://xlxapi.rlx.lu/api.php?do=GetXLXDMRMaster
|
||||
|
||||
[Remote]
|
||||
enabled=false
|
||||
port=4242
|
||||
password=CHANGE_ME # If password is left blank, remote will be disabled regardless of the enabled field
|
||||
|
||||
|
||||
Loading…
Reference in new issue