X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=filter%2Fwwv%2FGB7MBC.pl.issue;fp=filter%2Fwwv%2FGB7MBC.pl.issue;h=7f3dfc1a1a28abe0cdafecc7d5e2624e680ec5e9;hb=f0ac8322367c66080b6dbb74da4de72dae126dc3;hp=0000000000000000000000000000000000000000;hpb=75bb627e525bc813b1016a70cae15282faae8c26;p=spider.git diff --git a/filter/wwv/GB7MBC.pl.issue b/filter/wwv/GB7MBC.pl.issue new file mode 100644 index 00000000..7f3dfc1a --- /dev/null +++ b/filter/wwv/GB7MBC.pl.issue @@ -0,0 +1,22 @@ +# +# This is an example WWV filter +# +# The element list is:- +# 0 - nominal unix date of spot (ie the day + hour:13) +# 1 - the hour +# 2 - SFI +# 3 - K +# 4 - I +# 5 - text +# 6 - spotter +# 7 - origin +# 8 - incoming interface callsign +# +# this one doesn't filter, it just sets the hop count to 6 and is +# used mainly just to override any isolation from WWV coming from +# the internet. + +$in = [ + [ 1, 0, 'd', 0, 6 ] +]; +