X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=filter%2Fspots%2FGB7DJK.pl.issue;h=14f21281c3cdfac58621f7f4bb124bf2af87e3c9;hb=refs%2Fheads%2Fmaster;hp=c69136cdf8fd39ad11f7c66a9f165402771cfb32;hpb=6aca4e461103870de99b0ce452f21cf7fedeb54b;p=spider.git diff --git a/filter/spots/GB7DJK.pl.issue b/filter/spots/GB7DJK.pl.issue index c69136cd..14f21281 100644 --- a/filter/spots/GB7DJK.pl.issue +++ b/filter/spots/GB7DJK.pl.issue @@ -1,9 +1,8 @@ # -# This is an example filter for the 'isolated' node k1xx +# This is an example filter for the 'isolated' node GB7YDX # -# I give him any spots that have a spotter or a spotted in the -# US. In other filters on the UK side I do the opposite see -# GB7DJK.pl.issue +# I give him all spots with a fixed hop count of one using the +# 'default' rule. # # The element list is:- # 0 = frequency @@ -23,8 +22,11 @@ # if this is missing then the normal default applies # +# In this the first arg is 'true', next is null, next is 'd' for +# default rule, next is null (ignored) and last is 2 which is the +# hop count + $in = [ - [ 1, 9, 'n', [ 14,15 ], 15 ], # 14 and 15 is CQ region for europe - [ 1, 11, 'n', [ 14,15 ], 15 ], - [ 0, 0, 'd' ], +# [ 0, 12, 'a', '^IK5PWJ', 0 ] , + [ 1, 0, 'd', 0, 3 ] ];