forked from alexranaldi/CWSL_DIGI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
263 lines (212 loc) · 8.22 KB
/
config.ini
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
# For use with CWSL_DIGI v0.86
### INSTRUCTIONS
# Lines beginning with a # are a comment and are ignored by CWSL_DIGI.
# For missing or commented-out lines, CWSL_DIGI will use the default value.
[radio]
# Frequency Calibration. A global value that is applied to all decoders.
# A frequency calibration can also be applied to each decoder under [decoders]
# Note that CW Skimmer's Frequency Calibration setting will impact CWSL_DIGI.
# For more information see CALIBRATION.txt.
# The default is 1.0.
#freqcalibration=1.000000000
# For multiple receivers. Use -1 for one receiver. Default is -1.
#sharedmem=2
[operator]
# Operator amateur radio callsign. Required.
callsign=MYCALL
# 6 character grid square of the receiver. Required.
gridsquare=AB01xy
[decoders]
# The set of decoders. Each line is one decoder of at least "frequency mode"
# frequency is in Hz
# mode is FT4, FT8, WSPR, Q65-30, or JT65
# frequency, mode
# e.g., 14074000 FT8
# frequency, mode, sharedmem
# e.g., 14074000 FT8 2
# frequency, mode, sharedmem, frequency calibration
# e.g., 14074000 FT8 2 1.00005738745
#
# WSPR decoders optionally allow a spotter callsign per decoder.
# e.g., 14095600 WSPR 2 1.0 W2AXR-2
#
# If you add additional lines here, please send them to W2AXR,
# [email protected] for release with future versions!
# 6m
#decoder=50323000 FT8
#decoder=50318000 FT4
#decoder=50313000 FT8
#decoder=50310000 FT8
#decoder=50275000 Q65-30
# 10m
#decoder=28180000 FT4
#decoder=28074000 FT8
#decoder=28076000 JT65
# 12m
#decoder=24919000 FT4
#decoder=24915000 FT8
#decoder=24917000 JT65
# 15m
#decoder=21140000 FT4
#decoder=21094600 WSPR
#decoder=21074000 FT8
#decoder=21076000 JT65
# 17m
#decoder=18104600 WSPR
#decoder=18104000 FT4
#decoder=18100000 FT8
#decoder=18102000 JT65
# 20m
#decoder=14095600 WSPR
#decoder=14090000 FT8
#decoder=14080000 FT4
#decoder=14074000 FT8
#decoder=14076000 JT65
# 30m
#decoder=10140000 FT4
#decoder=10138700 WSPR
#decoder=10136000 FT8
#decoder=10131000 FT8
#decoder=10138000 JT65
# 40m
#decoder=7074000 FT8
#decoder=7047500 FT4
#decoder=7038600 WSPR
#decoder=7076000 JT65
# 60m
#decoder=5357000 FT8
#decoder=5287200 WSPR
#decoder=5364700 WSPR
# 80m
#decoder=3575000 FT4
#decoder=3573000 FT8
#decoder=3568600 WSPR
#decoder=3570000 JT65
# 80m Korea
#decoder=3547000 FT8
# 160m
#decoder=1840000 FT8
#decoder=1840000 FT4
#decoder=1838000 JT65
#decoder=1836600 WSPR
# 160m Korea
#decoder=1810000 FT8
# 600m
#decoder=0474200 FT8
#decoder=474200 FST4-60
#decoder=474200 FST4-120
#decoder=474200 FST4-300
#decoder=474200 FST4W-120
#decoder=474200 FST4W-300
#decoder=474200 WSPR
# 2200m
#decoder=136000 FST4-60
#decoder=136000 FST4-120
#decoder=136000 FST4-300
#decoder=136000 FST4-900
#decoder=136000 FST4-1800
#decoder=136000 FST4W-120
#decoder=136000 FST4W-300
#decoder=136000 FST4W-900
#decoder=136000 FST4W-1800
#decoder=136000 WSPR
[wsjtx]
# A temporary folder for writing *.wav files. Must already exist. Required if
# the "transfermethod" option is set to "wavefile", OR if any WSPR decoders
# are enabled
temppath=C:\CWSL_DIGI\wave
# The WSJT-X bin path. jt9.exe and wsprd.exe must be in this folder.
binpath=C:\WSJT\wsjtx\bin
# The mechanism to use for data transfers from CWSL_DIGI to the WSJT-X decoders
# Valid values are "shmem" and "wavefile". The default is shmem.
# "shmem" relies on shared memory. shmem decodes slower and uses more
# memory. "wavefile" writes temporary files to disk, which may decrease
# the lifespan of solid state drives.
# WSPR decoders always use wave files regardless of this setting, as the
# WSJT-X WSPR decoder does not provide a shared memory interface.
#transfermethod=shmem
# Highest decode frequency per decoder in Hz
# Default is 3000 Hz.
# The maximum is 6000.
#highestdecodefreq=3000
# FT4 and FT8 audio scale factor, recommend 0.5 to 1.0. Default 0.90
#ftaudioscalefactor=0.90
# WSPR audio scale factor, recommend 0.1 to 0.25. Default 0.20
#wspraudioscalefactor=0.20
# Maximum age of data to report, in multiples of the mode's time frame
# e.g., for FT8, 15s * 10 = 150s. Data older than 150 sec is dropped
# Data is dropped at 260 sec always, regardless of this value.
# The default value is 10.
# maxdataage=10
# Max number of simultaneous jt9.exe/wsprd.exe instances. Default is computed.
# A safe maximum is the number of cores on the computer, minus one or two.
# If performance issues are encountered, decrease this at the risk of getting
# behind and dropping old data, OR decrease number of bands/modes
# being decoded.
# If this is specified, the decoderburden setting has no impact.
#numjt9instances=4
# Informs the calculated value for numjt9instances of the computational burden
# of each decoder. Lower values result in less CPU usage overall, but spread
# out more over time, at the risk of getting behind while decoding and
# eventually dropping data. Higher values will increase instantaneous CPU
# usage and the simultaneous number of processes on the computer. This may
# manifest as "lag spikes" if the computer is being used for other purposes.
# The default is 1.0. To halve the computed number of jt9/wsprd instances,
# specify 0.5. To double the number, specify 2.0.
# If numjt9instances is specified, this has no impact, as the value for
# numjt9instances is no longer computed but specified manually.
# For fast computers dedicated to skimming, a value of 2.0 is suggested. For
# computers used for other purposes while skimming, the default is suggested.
#decoderburden=1.0
# Number of threads used by each jt9.exe. The default is the same as the WSJT-X
# default of 3 and should be suitable for most use cases.
#numjt9threads=3
# Keep recorded wav files, if true. The default is false. Enabling this will
# cause significant hard disk usage!
#keepwav=true
# FT4 and FT8 decode depth. Default is 3, which is "deep" in WSJT-X.
# For less aggressive and faster decoding, use 2 or 1.
#decodedepth=3
# Number of WSPR decoder cycles per bit. The default is 3000. The WSJT-X
# default is 500. Higher numbers will impact performance and may require
# that the decoderburden be increased, or numjt9instances be specified
# manually. For faster WSPR decoding, smaller numbers such as 1000 or 500
# may be best. For deeper but slower decoding, try 6000. The maximum is 10000
#wsprcycles=3000
[reporting]
# This section contains settings for controlling reporting to spotting networks
# including PSK Reporter, Reverse Beacon Network (RBN) and WSPRNet.
# If true spots are sent to PSK Reporter for all modes.
pskreporter=false
# If true, FT4 and FT8 spots are sent to RBN. Must be running RBN Aggregator.
rbn=false
# IP Address of RBN Aggregator. Default is 127.0.0.1
# aggregatorip=127.0.0.1
# UDP Port for RBN Aggregator. This must match the port being used in
# Aggregator.
aggregatorport=2215
# If true, WSPR spots are sent to WSPRNet. Default is false.
wsprnet=false
# A comma separate list of callsigns to ignore
#ignoredcalls=
[logging]
# How often to report decoder statistics to the display, in seconds.
# Default is 300s, or 5 minutes
#statsreportinginterval = 300
# Set to 8 for debugging, 0 for no output, 3 for default output
# This value applies to console output and the log file.
#loglevel=8
# Log file for recording all output that is logged to the console.
# Uncomment to enable.
# If problems are encountered, set "loglevel" to 8, enable the "logfile"
# option and send the resulting log to W2AXR, [email protected]
#logfile=C:\CWSL_DIGI\console_log.txt
# Spots can be logged in the file below.
# Uncomment to enable. Path must exist. File will be created if needed.
#decodesfile=C:\CWSL_DIGI\decode_log.txt
# Messages that are not understood can be logged to the "bad message log".
# Uncomment to enable. Path must exist. File will be created if needed.
#badmsglog=C:\CWSL_DIGI\bad_message_log.txt
# If true, logs all spots to the console. Default is true. Uncomment and set to
# false to disable the logging of spots to the console and log file.
#logreports=true