X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=filter%2Fwcy%2FDB0SUE-7.pl.issue;fp=filter%2Fwcy%2FDB0SUE-7.pl.issue;h=7f3dfc1a1a28abe0cdafecc7d5e2624e680ec5e9;hb=f155969d600561b9ef151a7ce2494a0c89aed033;hp=0000000000000000000000000000000000000000;hpb=d95df4602737d4ad35e1b93e773e434c70ac5be5;p=spider.git diff --git a/filter/wcy/DB0SUE-7.pl.issue b/filter/wcy/DB0SUE-7.pl.issue new file mode 100644 index 00000000..7f3dfc1a --- /dev/null +++ b/filter/wcy/DB0SUE-7.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 ] +]; +