1. Added RCMD for clx
[spider.git] / filter / wcy / DB0SUE-7.pl.issue
1 #
2 # This is an example WWV filter
3
4 # The element list is:-
5 # 0 - nominal unix date of spot (ie the day + hour:13)
6 # 1 - the hour
7 # 2 - SFI
8 # 3 - K
9 # 4 - I
10 # 5 - text
11 # 6 - spotter
12 # 7 - origin
13 # 8 - incoming interface callsign
14 #
15 # this one doesn't filter, it just sets the hop count to 6 and is
16 # used mainly just to override any isolation from WWV coming from
17 # the internet.
18
19 $in = [
20         [ 1, 0, 'd', 0, 6 ]
21 ];
22