Skip to content

Commit 0ed3cd2

Browse files
committed
Clarify, simplify.
1 parent 96fdf71 commit 0ed3cd2

File tree

1 file changed

+18
-25
lines changed

1 file changed

+18
-25
lines changed

conf/direwolf.txt

+18-25
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,20 @@ R W Windows version only.
2424
R L Linux version only.
2525
R
2626
C#
27+
C# Extensive documentation can be found here:
28+
C# Stable release - https://github.com/wb2osz/direwolf/tree/master/doc
29+
C# Latest development - https://github.com/wb2osz/direwolf/tree/dev/doc
30+
C#
31+
W# The complete documentation set can also be found in the doc folder.
32+
L# The complete documentation set can also be found in
33+
L# /usr/local/share/doc/direwolf/ or /usr/share/doc/direwolf/
34+
L# Concise "man" pages are also available for Linux.
35+
C#
36+
C# This sample file does not have examples for all of the possibilities.
2737
C# Consult the User Guide for more details on configuration options.
2838
C#
2939
C#
30-
C# These are the most likely settings you might change:
40+
C# These are the most likely settings you might change just to get started:
3141
C#
3242
C# (1) MYCALL - call sign and SSID for your station.
3343
C#
@@ -123,12 +133,14 @@ L# ADEVICE plughw:1,0
123133
L
124134
L# Starting with version 1.0, you can also use "-" or "stdin" to
125135
L# pipe stdout from some other application such as a software defined
126-
L# radio. You can also specify "UDP:" and an optional port for input.
136+
L# radio. "stdin" is not an audio device. Don't use this unless you
137+
L# understand what this means. Read the User Guide.
138+
L# You can also specify "UDP:" and an optional port for input.
127139
L# Something different must be specified for output.
128140
L
129-
W# ADEVICE - 0
141+
W# ADEVICE stdin 0
130142
W# ADEVICE UDP:7355 0
131-
L# ADEVICE - plughw:1,0
143+
L# ADEVICE stdin plughw:1,0
132144
L# ADEVICE UDP:7355 default
133145
L
134146
L
@@ -321,7 +333,6 @@ C# This applies to all channels.
321333
C#
322334
C# 0 [NONE] - Don't try to repair.
323335
C# 1 [SINGLE] - Attempt to fix single bit error. (default)
324-
C# 2 [DOUBLE] - Also attempt to fix two adjacent bits.
325336
C# ... see User Guide for more values and in-depth discussion.
326337
C#
327338
C
@@ -330,13 +341,13 @@ C
330341
C#
331342
C#############################################################
332343
C# #
333-
C# BEACONING PROPERTIES #
344+
C# FIXED POSITION BEACONING PROPERTIES #
334345
C# #
335346
C#############################################################
336347
C
337348
C
338349
C#
339-
C# Beaconing is configured with these two commands:
350+
C# Fixed Position Beaconing is configured with these two commands:
340351
C#
341352
C# PBEACON - for a position report (usually yourself)
342353
C# OBEACON - for an object report (usually some other entity)
@@ -438,24 +449,6 @@ C# one more options with the transmit channel number and a VIA path.
438449
C
439450
C#IGTXVIA 0 WIDE1-1
440451
C
441-
C# The APRS Internet Server (APRS-IS) has its own idea about what you
442-
C# should be transmitting. This includes "messages" addressed to stations
443-
C# recently heard in your area. For special situations, you can subscribe
444-
C# to
445-
C# decrease what you are already subscribed to. This is known as a server
446-
C# side filter. Read here: http://www.aprs-is.net/javaprsfilter.aspx
447-
C# Example, positions and objects within 50 km of my location:
448-
C
449-
C#IGFILTER m/50
450-
C
451-
C# Sometimes the server will send you more than you want. You can also apply
452-
C# local filtering to limit what will be transmitted on the RF side.
453-
C# For example, transmit only "messages" (which is the default) on channel 0
454-
C# and weather reports on channel 1.
455-
C
456-
C#FILTER IG 0 i/30
457-
C#FILTER IG 1 t/wn
458-
C
459452
C# Finally, we don't want to flood the radio channel.
460453
C# The IGate function will limit the number of packets transmitted
461454
C# during 1 minute and 5 minute intervals. If a limit would

0 commit comments

Comments
 (0)