@@ -24,10 +24,20 @@ R W Windows version only.
24
24
R L Linux version only.
25
25
R
26
26
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.
27
37
C# Consult the User Guide for more details on configuration options.
28
38
C#
29
39
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 :
31
41
C#
32
42
C# (1) MYCALL - call sign and SSID for your station.
33
43
C#
@@ -123,12 +133,14 @@ L# ADEVICE plughw:1,0
123
133
L
124
134
L# Starting with version 1.0, you can also use "-" or "stdin" to
125
135
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.
127
139
L# Something different must be specified for output.
128
140
L
129
- W# ADEVICE - 0
141
+ W# ADEVICE stdin 0
130
142
W# ADEVICE UDP:7355 0
131
- L# ADEVICE - plughw:1,0
143
+ L# ADEVICE stdin plughw:1,0
132
144
L# ADEVICE UDP:7355 default
133
145
L
134
146
L
@@ -321,7 +333,6 @@ C# This applies to all channels.
321
333
C#
322
334
C# 0 [NONE] - Don't try to repair.
323
335
C# 1 [SINGLE] - Attempt to fix single bit error. (default)
324
- C# 2 [DOUBLE] - Also attempt to fix two adjacent bits.
325
336
C# ... see User Guide for more values and in-depth discussion.
326
337
C#
327
338
C
330
341
C#
331
342
C#############################################################
332
343
C# #
333
- C# BEACONING PROPERTIES #
344
+ C# FIXED POSITION BEACONING PROPERTIES #
334
345
C# #
335
346
C#############################################################
336
347
C
337
348
C
338
349
C#
339
- C# Beaconing is configured with these two commands:
350
+ C# Fixed Position Beaconing is configured with these two commands:
340
351
C#
341
352
C# PBEACON - for a position report (usually yourself)
342
353
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.
438
449
C
439
450
C#IGTXVIA 0 WIDE1-1
440
451
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
459
452
C# Finally, we don't want to flood the radio channel.
460
453
C# The IGate function will limit the number of packets transmitted
461
454
C# during 1 minute and 5 minute intervals. If a limit would
0 commit comments