Skip to content

Commit 50c5542

Browse files
committed
Use new "i" filter for messages.
1 parent 5b00875 commit 50c5542

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

direwolf.txt

+13-9
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ W# COM3 and the client application will use COM4.
312312
W#
313313
W# Uncomment following line to use this feature.
314314
W
315-
W#NULLMODEM COM3
315+
W#SERIALKISS COM3
316316
W
317317
W
318318
C#
@@ -434,22 +434,26 @@ C#PBEACON sendto=IG delay=0:30 every=60:00 symbol="igate" overlay=T lat=42^37.14
434434
C
435435
C
436436
C# To relay messages from the Internet to radio, you need to add
437-
C# one more option with the transmit channel number and a VIA path.
437+
C# one more options with the transmit channel number and a VIA path.
438438
C
439439
C#IGTXVIA 0 WIDE1-1
440440
C
441-
C# You might want to apply a filter for what packets will be obtained from the server.
442-
C# Read about filters here: http://www.aprs-is.net/javaprsfilter.aspx
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
443447
C# Example, positions and objects within 50 km of my location:
444448
C
445449
C#IGFILTER m/50
446450
C
447-
C# That is known as a server-side filter. It is processed by the IGate server.
448-
C# You can also apply local filtering to limit what will be transmitted on the
449-
C# RF side. For example, transmit only "messages" on channel 0 and weather
450-
C# reports on channel 1.
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.
451455
C
452-
C#FILTER IG 0 t/m
456+
C#FILTER IG 0 i/30
453457
C#FILTER IG 1 t/wn
454458
C
455459
C# Finally, we don't want to flood the radio channel.

0 commit comments

Comments
 (0)