@@ -312,7 +312,7 @@ W# COM3 and the client application will use COM4.
312
312
W#
313
313
W# Uncomment following line to use this feature.
314
314
W
315
- W#NULLMODEM COM3
315
+ W#SERIALKISS COM3
316
316
W
317
317
W
318
318
C#
@@ -434,22 +434,26 @@ C#PBEACON sendto=IG delay=0:30 every=60:00 symbol="igate" overlay=T lat=42^37.14
434
434
C
435
435
C
436
436
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.
438
438
C
439
439
C#IGTXVIA 0 WIDE1-1
440
440
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
443
447
C# Example, positions and objects within 50 km of my location:
444
448
C
445
449
C#IGFILTER m/50
446
450
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.
451
455
C
452
- C#FILTER IG 0 t/m
456
+ C#FILTER IG 0 i/30
453
457
C#FILTER IG 1 t/wn
454
458
C
455
459
C# Finally, we don't want to flood the radio channel.
0 commit comments