-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgarim.ini-example
144 lines (143 loc) · 4.35 KB
/
garim.ini-example
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# Example configuration file.
# More info at: http://www.whitemesa.net/garim/garim.html#conf
# or in the garim-help.pdf file included in this distribution.
[tnc]
# First tnc - set ipaddr to point to the host where the
# tnc is running, and set the port number as needed along
# with mycall and your grid square. The tnc name will
# appear in beacon messages so change that as you like.
# This will be TNC number 1 since it's first in the file.
# More info at: http://www.whitemesa.net/garim/garim.html#conf
# or in the garim-help.pdf file included in this distribution.
ipaddr = 127.0.0.1
port = 8515
mycall = NOCALL
netcall = QST
gridsq = IO62
name = IC-7200
info = Info: Icom IC-7200 - Trap Dipole
fecmode = 4FSK.500.50
squelch = 5
busydet = 5
leader = 240
enpingack = TRUE
listen = TRUE
# Use 'tnc-init-cmd' to send arbitrary initialization commands
# to the TNC when you ATTACH. Limit is 32 'tnc-init-cmd' lines,
# of max length 128 chars. Use this only for TNC commands not
# managed by ARIM, such as radio control commands.
#tnc-init-cmd = LEADER 300
arq-sendcr = TRUE
arq-timeout = 120
arq-bandwidth = 500
arq-negotiate-bw = TRUE
btime = 10
reset-btime-on-tx = TRUE
##
[tnc]
# Second tnc
ipaddr = 127.0.0.1
port = 8515
mycall = NOCALL
netcall = QST
gridsq = IO62
name = IC-7200-3606
info = Info: Icom IC-7200 - Trap Dipole
fecmode = 4FSK.500.50
squelch = 5
busydet = 5
leader = 240
enpingack = TRUE
listen = TRUE
# Use 'tnc-init-cmd' to send arbitrary initialization commands
# to the TNC when you ATTACH. Limit is 32 'tnc-init-cmd' lines,
# of max length 128 chars. Use this only for TNC commands not
# managed by ARIM, such as radio control commands.
#
# This command is specific to ardopctl.py
tnc-init-cmd = RADIOHEX = 2301003606000f
#
arq-sendcr = TRUE
arq-timeout = 120
arq-bandwidth = 500
arq-negotiate-bw = TRUE
btime = 10
reset-btime-on-tx = TRUE
##
[tnc]
# Third tnc - 7.056MHz
ipaddr = 127.0.0.1
port = 8515
mycall = NOCALL
netcall = QST
gridsq = IO62
name = IC-7200-7056
info = Info: Icom IC-7200 - Trap Dipole
fecmode = 4FSK.500.50
squelch = 5
busydet = 5
leader = 240
enpingack = TRUE
listen = TRUE
# Use 'tnc-init-cmd' to send arbitrary initialization commands
# to the TNC when you ATTACH. Limit is 32 'tnc-init-cmd' lines,
# of max length 128 chars. Use this only for TNC commands not
# managed by ARIM, such as radio control commands.
#
# This command is specific to ardopctl
tnc-init-cmd = RADIOHEX = 2301007056000f
arq-sendcr = TRUE
arq-timeout = 120
arq-bandwidth = 500
arq-negotiate-bw = TRUE
btime = 10
reset-btime-on-tx = TRUE
#
[arim]
# In this section, mycall is the call sign you want to use as
# the From: call in messages sent to other stations.
mycall = NOCALL
send-repeats = 0
ack-timeout = 30
fecmode-downshift = TRUE
frame-timeout = 30
pilot-ping = 5
pilot-ping-thr = 60
max-msg-days = 0
msg-trace-en = FALSE
# path to shared files root directory, absolute or relative
files-dir = files/
# additional shared files directory, path relative to files-dir
# add-files-dir = dir1/
# add-files-dir = dir2/sub_dir/
# add-files-dir = dir3/*
# access controlled shared files directory, path relative to files-dir
# ac-files-dir = dir1/
# ac-files-dir = dir2/sub_dir/
# ac-files-dir = dir3/*
# max-file-size can be set no larger than 16384
max-file-size = 4096
# dynamic files are defined as alias:command
dynamic-file = date:date
#dynamic-file = spwxfc:python forecast.py
[log]
# Set debug-log to TRUE to turn on the debug log. Normally
# set to FALSE unless you need to diagnose a problem.
debug-log = FALSE
# Set tncpi9k6-log to TRUE to turn on the TNC-Pi9K6 debug log. Normally
# set to FALSE unless you need to diagnose a problem. Note: this log gets
# big fast with the default verbosity level. To limit the log size, you
# can change the verbosity level with a LOGLEVEL command to the TNC when
# the port is initialized. Do this with a tnc-init-cmd line in the [port]
# section. Example: tnc-init-cmd = LOGLEVEL 6 (7 is the most verbose).
tncpi9k6-log = FALSE
[ui]
# Set last-heard-time to control format of timestamps in the Calls Heard
# list and Ping History view. Set to CLOCK for last time heard in HH:MM:SS
# format, or to ELAPSED for elapsed time in DD:HH:MM format. Set utc-time
# to TRUE for UTC or FALSE for local time.
last-time-heard = CLOCK
utc-time = TRUE
font-size = 14
# More info at: http://www.whitemesa.net/garim/garim.html#conf
# or in the garim-help.pdf file included in this distribution.