-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.ini.example
More file actions
executable file
·30 lines (26 loc) · 944 Bytes
/
config.ini.example
File metadata and controls
executable file
·30 lines (26 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[main]
#Command path to start svxlink
SVXLINK_CMD=/usr/bin/svxlink
#The folder where the modules are
MODULES_DIR=modules
#This is a command that should play a sound on your radio. You should change it to something that works for you
PLAY_SOUND_COMMAND=play_sound
#path to tones wave files
TONES_PATH=tones
#path to store audio wave files
SOUNDS_PATH=sounds
#The modules to be loaded
pluginLoadList=["EcholinkAutoConnectModule","EcholinkLoggerModule"]
[modules.EcholinkAutoConnectModule]
#Max connection attempts before giving up. 0 means unlimited
ECHOLINK_OPEN=2#
#maximum attempts to try and connect before giving up
MAX_ATTEMPTS=1
#station list, its a dict with the station name and node id. seprated with commas
STATIONS={"4Z7GAI-R": "624651"}
[modules.EcholinkLoggerModule]
#Set this to where your sqlite databse is located
DATABASE_PATH=./EcholinkQsoLog.sqlite
[modules.AutoLinkLogics]
CONNECT_COMMAND=941#
SECOND_LOGIC=RepeaterLogic