1
1
C#############################################################
2
2
C# #
3
- C# Configuration file for Dire Wolf #
3
+ C# Sample Configuration file for Dire Wolf #
4
4
C# #
5
5
L# Linux version #
6
6
W# Windows version #
7
+ M# Mac OSX version #
7
8
C# #
8
9
C#############################################################
9
10
R
@@ -22,6 +23,7 @@ R R remark which is discarded.
22
23
R C common to both versions.
23
24
R W Windows version only.
24
25
R L Linux version only.
26
+ R M Mac OSX version only.
25
27
R
26
28
C#
27
29
C# Extensive documentation can be found here:
@@ -32,6 +34,8 @@ W# The complete documentation set can also be found in the doc folder.
32
34
L# The complete documentation set can also be found in
33
35
L# /usr/local/share/doc/direwolf/ or /usr/share/doc/direwolf/
34
36
L# Concise "man" pages are also available for Linux.
37
+ M# /usr/local/share/doc/direwolf/ or /usr/share/doc/direwolf/
38
+ M# Concise "man" pages are also available for Mac OSX.
35
39
C#
36
40
C# This sample file does not have examples for all of the possibilities.
37
41
C# Consult the User Guide for more details on configuration options.
@@ -144,12 +148,22 @@ L# ADEVICE stdin plughw:1,0
144
148
L# ADEVICE UDP:7355 default
145
149
L
146
150
L
151
+ M# Specify input (receive) and output (transmit) devices separately.
152
+ M# The list of choices available is listed at application start up time.
153
+ M# The names can contain spaces so they must be quoted.
154
+ M#
155
+ M# Examples:
156
+ M
157
+ MADEVICE "Built-in Input" "Built-in Output"
158
+ M
159
+ M#ADEVICE "USB Audio Codec:6" "USB Audio Codec:5"
160
+ M
147
161
C
148
162
C#
149
- C# Number of audio channels for this souncard: 1 or 2.
163
+ C# Number of audio channels for this souncard: 1 (mono) or 2 (stereo).
164
+ C# 1 is the default so there is no need to specify it.
150
165
C#
151
166
C
152
- CACHANNELS 1
153
167
C#ACHANNELS 2
154
168
C
155
169
C
201
215
C#
202
216
C# Pick a suitable modem speed based on your situation.
203
217
C# 1200 Most common for VHF/UHF. Default if not specified.
204
- C# 300 Low speed for HF SSB.
205
- C# 9600 High speed - Can't use Microphone and Speaker connections.
206
- C#
207
- C# In the simplest form, just specify the speed.
218
+ C# 2400 QPSK compatible with MFJ-2400, and probably PK232-2400 & KPC-2400.
219
+ C# 300 Low speed for HF SSB. Default tones 1600 & 1800.
220
+ C# EAS Emergency Alert System (EAS) Specific Area Message Encoding (SAME).
221
+ C# 9600 G3RUH style - Can't use Microphone and Speaker connections.
222
+ C# AIS International system for tracking ships on VHF.
223
+ C# Also uses 9600 bps so Speaker connection won't work.
224
+ C#
225
+ C# In most cases you can just specify the speed. Examples:
208
226
C#
209
227
C
210
228
CMODEM 1200
211
- C#MODEM 300
212
229
C#MODEM 9600
213
230
C
214
231
C#
215
- C# These are the defaults should be fine for most cases. In special situations,
216
- C# you might want to specify different AFSK tones or the baseband mode which does
217
- C# not use AFSK.
218
- C#
219
- C#MODEM 1200 1200:2200
220
- C#MODEM 300 1600:1800
221
- C#MODEM 9600 0:0
222
- C#
232
+ C# Many options are available for great flexibility.
233
+ C# See User Guide for details.
223
234
C#
224
- C# On HF SSB, you might want to use multiple demodulators on slightly different
225
- C# frequencies to compensate for stations off frequency. Here we have 7 different
226
- C# demodulators at 30 Hz intervals. This takes a lot of CPU power so you will
227
- C# probably need to reduce the audio sampling rate with the /n option.
228
- C
229
- C#MODEM 300 1600:1800 7@30 /4
230
235
C
231
236
C
232
237
C#
261
266
L
262
267
L#PTT GPIO 25
263
268
L
269
+ L#
270
+ L# If using a USB audio adapter with the C-Media CM108, CM119, or similar,
271
+ L# a GPIO pin of the chip can be used. This is very tidy because a single
272
+ L# USB device is used for both audio and PTT. The "cm108" utility is
273
+ L# very useful to see what you have.
274
+ L#
275
+ L#PTT CM108
276
+ L
277
+ L
264
278
C# The Data Carrier Detect (DCD) signal can be sent to the same places
265
279
C# as the PTT signal. This could be used to light up an LED like a normal TNC.
266
280
C
388
402
C
389
403
C#############################################################
390
404
C# #
391
- C# DIGIPEATER PROPERTIES #
405
+ C# APRS DIGIPEATER PROPERTIES #
392
406
C# #
393
407
C#############################################################
394
408
C
409
423
C
410
424
C#FILTER 0 1 t/wn
411
425
C
426
+ C# Traditional connected mode packet radio uses a different
427
+ C# type of digipeating. See User Guide for details.
412
428
C
413
429
C#############################################################
414
430
C# #
0 commit comments