parent
fcccc1ae11
commit
1112625d24
@ -0,0 +1,41 @@
|
||||
# Example for an MMDVMHost-based hot-spot
|
||||
# Please see qn.everything for many configurable items.
|
||||
# New-bee beware, it is possible to configure your system
|
||||
# to a non-functional state. Nearly all configure items
|
||||
# already have good default vaules, but the few below
|
||||
# HAVE TO BE SET BY YOU!!!
|
||||
|
||||
ircddb = {
|
||||
|
||||
# Use your callsign, the default network is QuadNet2
|
||||
logon = "YOUR CALLSIGN"
|
||||
|
||||
}
|
||||
|
||||
module = {
|
||||
|
||||
# Change the "x" to the lowercase equivilent of the module
|
||||
# assignment in you MMDVM.qn initialization file.
|
||||
# Use B and b for 70cm and C and c for 2M.
|
||||
|
||||
x = {
|
||||
type = "mmdvm"
|
||||
|
||||
# See the qn.everything.cfg file if you want to include
|
||||
# location data for your repeater/hot-spot.
|
||||
# (Location data in your MMDVM.qn ini file will
|
||||
# not make it to the D-Star network.)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
link = {
|
||||
|
||||
# Only callsigns listed in the admin list can execute
|
||||
# Linux scripts from you radio. Two are already provided:
|
||||
# _ _ _ _ _ _ R X reboots your system, and
|
||||
# _ _ _ _ _ _ H X halts it.
|
||||
|
||||
admin = [ "AA0AAA" , "BB1BBB" , "CC3CCC" ]
|
||||
|
||||
}
|
||||
Loading…
Reference in new issue