Skip to content

Commit 91bc2d9

Browse files
committed
ADEVICE example for Mac OSX and misc. cleanup.
1 parent e8f1133 commit 91bc2d9

File tree

1 file changed

+39
-23
lines changed

1 file changed

+39
-23
lines changed

conf/direwolf.txt

Lines changed: 39 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
C#############################################################
22
C# #
3-
C# Configuration file for Dire Wolf #
3+
C# Sample Configuration file for Dire Wolf #
44
C# #
55
L# Linux version #
66
W# Windows version #
7+
M# Mac OSX version #
78
C# #
89
C#############################################################
910
R
@@ -22,6 +23,7 @@ R R remark which is discarded.
2223
R C common to both versions.
2324
R W Windows version only.
2425
R L Linux version only.
26+
R M Mac OSX version only.
2527
R
2628
C#
2729
C# Extensive documentation can be found here:
@@ -32,6 +34,8 @@ W# The complete documentation set can also be found in the doc folder.
3234
L# The complete documentation set can also be found in
3335
L# /usr/local/share/doc/direwolf/ or /usr/share/doc/direwolf/
3436
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.
3539
C#
3640
C# This sample file does not have examples for all of the possibilities.
3741
C# Consult the User Guide for more details on configuration options.
@@ -144,12 +148,22 @@ L# ADEVICE stdin plughw:1,0
144148
L# ADEVICE UDP:7355 default
145149
L
146150
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
147161
C
148162
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.
150165
C#
151166
C
152-
CACHANNELS 1
153167
C#ACHANNELS 2
154168
C
155169
C
@@ -201,32 +215,23 @@ C
201215
C#
202216
C# Pick a suitable modem speed based on your situation.
203217
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:
208226
C#
209227
C
210228
CMODEM 1200
211-
C#MODEM 300
212229
C#MODEM 9600
213230
C
214231
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.
223234
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
230235
C
231236
C
232237
C#
@@ -261,6 +266,15 @@ L#
261266
L
262267
L#PTT GPIO 25
263268
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
264278
C# The Data Carrier Detect (DCD) signal can be sent to the same places
265279
C# as the PTT signal. This could be used to light up an LED like a normal TNC.
266280
C
@@ -388,7 +402,7 @@ C
388402
C
389403
C#############################################################
390404
C# #
391-
C# DIGIPEATER PROPERTIES #
405+
C# APRS DIGIPEATER PROPERTIES #
392406
C# #
393407
C#############################################################
394408
C
@@ -409,6 +423,8 @@ C#
409423
C
410424
C#FILTER 0 1 t/wn
411425
C
426+
C# Traditional connected mode packet radio uses a different
427+
C# type of digipeating. See User Guide for details.
412428
C
413429
C#############################################################
414430
C# #

0 commit comments

Comments
 (0)