Add information on updating kepler data to manual
[spider.git] / txt / adminmanual.txt
index 0f80270071a4ff3c459d29ba82b5bab405d48ee4..98aa9af59451f551150c42cd4cf7440523241cee 100644 (file)
@@ -1,6 +1,6 @@
   The DXSpider Installation and Administration Manual
   Ian Maude, G0VGS, (ianmaude@btinternet.com)
-  Version 1.29 January 2001
+  Version 1.30 January 2001
 
   A reference for SysOps of the DXSpider DXCluster program.
   ______________________________________________________________________
      9.5 Forward.pl
      9.6 Distribution lists
      9.7 Console.pl
+     9.8 BBS interface
+     9.9 Updating kepler data
 
   10. CVS
 
 
   1\b1.\b.  I\bIn\bns\bst\bta\bal\bll\bla\bat\bti\bio\bon\bn (\b(O\bOr\bri\big\bgi\bin\bna\bal\bl v\bve\ber\brs\bsi\bio\bon\bn b\bby\by I\bIa\bai\bin\bn P\bPh\bhi\bil\bll\bli\bip\bps\bs,\b, G\bG0\b0R\bRD\bDI\bI)\b)
 
-  Last modified: 13 January 2001 by Ian Maude, G0VGS
+  Last modified: 26 January 2001 by Ian Maude, G0VGS
 
 
   1\b1.\b.1\b1.\b.  I\bIn\bnt\btr\bro\bod\bdu\buc\bct\bti\bio\bon\bn
   the DXSpider software and are ready to install it. I am assuming
   version 1.35 for this section but of course you would use the latest
   version.
-
-
   Login as root and create a user to run the cluster under.  _\bU_\bN_\bD_\bE_\bR _\bN_\bO
   _\bC_\bI_\bR_\bC_\bU_\bM_\bS_\bT_\bA_\bN_\bC_\bE_\bS _\bU_\bS_\bE _\bR_\bO_\bO_\bT _\bA_\bS _\bT_\bH_\bI_\bS _\bU_\bS_\bE_\bR_\b!.  I am going to use the name
   _\bs_\by_\bs_\bo_\bp.  You can call it anything you wish.  Depending on your security
   edit the file with your favourite editor.
 
 
+  9\b9.\b.8\b8.\b.  B\bBB\bBS\bS i\bin\bnt\bte\ber\brf\bfa\bac\bce\be
+
+  Spider provides a simple BBS interface.  No input is required from the
+  sysop of the cluster at all.  The BBS simply sets the cluster as a BBS
+  and pushes any required mail to the cluster.  No mail can flow from
+  Spider to the BBS, the interface is one-way.
+
+
+  Please be careful not to flood the cluster network with unnecessary
+  mail.  Make sure you only send mail to the clusters that want it by
+  using the Forward.pl file very carefully.
+
+
+  9\b9.\b.9\b9.\b.  U\bUp\bpd\bda\bat\bti\bin\bng\bg k\bke\bep\bpl\ble\ber\br d\bda\bat\bta\ba
+
+  Spider has a powerful and flexible show/satellite command.  In order
+  for this to be accurate, the kepler data has to be updated regularly.
+  In general, this data is available as an email or via cluster mail.
+  Updating it is simple.  First you need to export the mail message as a
+  file.  You do this with the _\be_\bx_\bp_\bo_\br_\bt command from the cluster prompt as
+  the sysop.  For example ...
+
+
+
+       export 5467 /spider/perl/keps.in
+
+
+  would export message number 5467 as a file called keps.in in the
+  /spider/perl directory.
+
+  Now login to a VT as sysop and cd /spider/perl.  There is a command in
+  the perl directory called _\bc_\bo_\bn_\bv_\bk_\be_\bp_\bs_\b._\bp_\bl.  All we need to do now is
+  convert the file like so ...
+
+
+
+       ./convkeps.pl keps.in
+
+
+
+
+  Now go back to the cluster and issue the command ...
+
+
+
+       load/keps
+
+
+
+
+  That is it!  the kepler data has been updated.
+
+
+
   1\b10\b0.\b.  C\bCV\bVS\bS
 
   CVS stands for "Concurrent Versions System" and the CVS for DXSpider
   ENTIRE SPIDER TREE!!
 
 
-
   Assuming you are connected to the Internet, you need to login to the
   CVS repository and then update your Spider source.  There are several
   steps which are listed below ...
   Now the magic part!  From now on when you want to update, simply
   connect to the Internet and then, as the user _\bs_\by_\bs_\bo_\bp ...
 
-
-
        cd /spider
        cvs -z3 update -d
 
 
 
 
+         info <string>            eg: iota or qsl
+         by <prefixes>            eg: G,M,2
+         origin <prefixes>
+         origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
+         origin_itu <numbers>
+         origin_zone <numbers>
+         by_dxcc <numbers>
+         by_itu <numbers>
+         by_zone <numbers>
+         channel <prefixes>
+         wx 1                     filter WX announces
+         dest <prefixes>          eg: 6MUK,WDX      (distros)
 
 
 
 
+  some examples:-
 
 
 
+         acc/ann dest 6MUK
+         acc/ann 2 by_zone 14,15,16
+         (this could be all on one line: acc/ann dest 6MUK or by_zone 14,15,16)
 
 
 
-
-    info <string>            eg: iota or qsl
-    by <prefixes>            eg: G,M,2
-    origin <prefixes>
-    origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
-    origin_itu <numbers>
-    origin_zone <numbers>
-    by_dxcc <numbers>
-    by_itu <numbers>
-    by_zone <numbers>
-    channel <prefixes>
-    wx 1                     filter WX announces
-    dest <prefixes>          eg: 6MUK,WDX      (distros)
-
-
-
-  some examples:-
-
-
-    acc/ann dest 6MUK
-    acc/ann 2 by_zone 14,15,16
-    (this could be all on one line: acc/ann dest 6MUK or by_zone 14,15,16)
-
+  or
 
 
-  or
 
+         acc/ann by G,M,2
 
-    acc/ann by G,M,2
 
 
 
   stations.  You can use the tag 'all' to accept everything eg:
 
 
-    acc/ann all
+
+         acc/ann all
+
 
 
 
   the default for nodes and users eg:-
 
 
-    accept/ann by G,M,2
-    accept/ann input node_default by G,M,2
-    accept/ann user_default by G,M,2
+
+         accept/ann by G,M,2
+         accept/ann input node_default by G,M,2
+         accept/ann user_default by G,M,2
+
 
 
 
 
   Create an 'accept this spot' line for a filter.
 
+
   An accept filter line means that if the spot matches this filter it is
   passed onto the user. See HELP FILTERS for more info. Please read this
   to understand how filters work - it will save a lot of grief later on.
   You can use any of the following things in this line:-
 
 
+
+
+
+
+
+
+
+
+
+
     freq <range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
     on <range>             same as 'freq'
     call <prefixes>        eg: G,PA,HB9
 
 
 
+
   For frequencies, you can use any of the band names defined in
   SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
   thus: hf/ssb. You can also just have a simple range like: 0/30000 -
   some examples:-
 
 
-    acc/spot 1 on hf/cw
-    acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
+
+         acc/spot 1 on hf/cw
+         acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
+
 
 
 
   You can use the tag 'all' to accept everything, eg:
 
 
-    acc/spot 3 all
+
+         acc/spot 3 all
+
 
 
 
   the default for nodes and users eg:-
 
 
-    accept/spot db0sue-7 1 by_zone 14,15,16
-    accept/spot node_default all
-    set/hops node_default 10
 
-    accept/spot user_default by G,M,2
+         accept/spot db0sue-7 1 by_zone 14,15,16
+         accept/spot node_default all
+         set/hops node_default 10
+
+         accept/spot user_default by G,M,2
+
 
 
 
   can filter on the following fields:-
 
 
-    by <prefixes>            eg: G,M,2
-    origin <prefixes>
-    origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
-    origin_itu <numbers>
-    origin_zone <numbers>
-    by_dxcc <numbers>
-    by_itu <numbers>
-    by_zone <numbers>
-    channel <prefixes>
+
+         by <prefixes>            eg: G,M,2
+         origin <prefixes>
+         origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
+         origin_itu <numbers>
+         origin_zone <numbers>
+         by_dxcc <numbers>
+         by_itu <numbers>
+         by_zone <numbers>
+         channel <prefixes>
+
 
 
 
   the default for nodes and users eg:-
 
 
-    accept/wcy node_default all
-    set/hops node_default 10
+
+         accept/wcy node_default all
+         set/hops node_default 10
+
 
 
 
   can filter on the following fields:-
 
 
+
+
+
+
+
+
+
     by <prefixes>            eg: G,M,2
     origin <prefixes>
     origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
     channel <prefixes>
 
 
+
+
   for example
 
 
-    accept/wwv by_zone 4
+
+         accept/wwv by_zone 4
+
 
 
 
   the default for nodes and users eg:-
 
 
-    accept/wwv db0sue-7 1 by_zone 4
-    accept/wwv node_default all
-    set/hops node_default 10
 
-    accept/wwv user_default by W,K
+         accept/wwv db0sue-7 1 by_zone 4
+         accept/wwv node_default all
+         set/hops node_default 10
+
+         accept/wwv user_default by W,K
+
 
 
 
   network.
 
 
-
   1\b11\b1.\b.1\b11\b1.\b.  a\ban\bnn\bno\bou\bun\bnc\bce\be s\bsy\bys\bso\bop\bp (\b(5\b5)\b)
 
   a\ban\bnn\bno\bou\bun\bnc\bce\be s\bsy\bys\bso\bop\bp <\b<t\bte\bex\bxt\bt>\b>
   Search the help database for <string> (it isn't case sensitive), and
   print the names of all the commands that may be relevant.
 
+
   1\b11\b1.\b.1\b13\b3.\b.  b\bby\bye\be (\b(0\b0)\b)
 
   b\bby\bye\be Exit from the cluster
   using these commmands:-
 
 
-    catchup GB7DJK all
-    catchup GB7DJK 300 301 302 303 500-510
+
+         catchup GB7DJK all
+         catchup GB7DJK 300 301 302 303 500-510
+
 
 
 
   and to undo what you have just done:-
 
 
-    uncatchup GB7DJK all
-    uncatchup GB7DJK 300 301 302 303 500-510
+
+         uncatchup GB7DJK all
+         uncatchup GB7DJK 300 301 302 303 500-510
+
 
 
 
   c\bcl\ble\bea\bar\br/\b/s\bsp\bpo\bot\bts\bs [\b[1\b1|\b|a\bal\bll\bl]\b] Clear a spot filter line
 
 
+
   This command allows you to clear (remove) a line in a spot filter or
   to remove the whole filter.
 
   If you have a filter:-
 
 
-    acc/spot 1 on hf/cw
-    acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
+
+         acc/spot 1 on hf/cw
+         acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
+
 
 
 
   and you say:-
 
 
-    clear/spot 1
+
+         clear/spot 1
+
 
 
 
 
 
 
-    acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
+         acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
+
 
 
 
   If you do:
 
 
-    clear/spot all
+
+         clear/spot all
+
 
 
 
   defined in the system. It is also aliased to SHOW/COMMAND.
 
 
+
   1\b11\b1.\b.1\b18\b8.\b.  d\bdb\bbc\bcr\bre\bea\bat\bte\be (\b(9\b9)\b)
 
   d\bdb\bbc\bcr\bre\bea\bat\bte\be <\b<n\bna\bam\bme\be>\b> Create a database entry
 
   Databases can exist offsite. To define a database that lives on
   another node do:
+
   DBCREATE buckmaster remote gb7dxc
 
   Remote databases cannot be chained; however, the last database in a a
 
   to work as they may be used to.
 
+
   See DBIMPORT for the importing of existing AK1A format data to
   databases.  See DBSHOW for generic database enquiry
 
 
   For example:
 
-
   DBREMOVE oblast
 
   will remove the oblast database from the system and it will also
   enquiry such as:
 
 
-    SH/BUCK G1TLH
+
+         SH/BUCK G1TLH
+
 
 
 
   SHOW/COMMAND to find out) you can do the same thing with:
 
 
+
+
     DBSHOW buck G1TLH
 
 
 
 
 
+
   1\b11\b1.\b.2\b22\b2.\b.  d\bde\beb\bbu\bug\bg (\b(9\b9)\b)
 
   d\bde\beb\bbu\bug\bg Set the cluster program into debug mode
   d\bdi\bir\bre\bec\bct\bto\bor\bry\by s\bsu\bub\bbj\bje\bec\bct\bt <\b<s\bst\btr\bri\bin\bng\bg>\b> List all messages with <string> in subject
   d\bdi\bir\bre\bec\bct\bto\bor\bry\by <\b<n\bnn\bn>\b> List last <nn> messages
   d\bdi\bir\bre\bec\bct\bto\bor\bry\by <\b<f\bfr\bro\bom\bm>\b>-\b-<\b<t\bto\bo>\b> List messages <from> message <to> message
+
+
   List the messages in the messages directory.
 
   If there is a 'p' one space after the message number then it is a
   You can combine some of the various directory commands together eg:-
 
 
-     DIR TO G1TLH 5
-  or
-     DIR SUBJECT IOTA 200-250
 
+          DIR TO G1TLH 5
+       or
+          DIR SUBJECT IOTA 200-250
 
 
-  You can abbreviate all the commands to one letter and use ak1a
-  syntax:-
 
 
-     DIR/T G1* 10
-     DIR/S QSL 10-100 5
+  You can abbreviate all the commands to one letter and use ak1a
+  syntax:-
 
 
 
+          DIR/T G1* 10
+          DIR/S QSL 10-100 5
 
 
   1\b11\b1.\b.2\b24\b4.\b.  d\bdi\bir\bre\bec\bct\bto\bor\bry\by (\b(e\bex\bxt\bte\ben\bnd\bde\bed\bd f\bfo\bor\br s\bsy\bys\bso\bop\bps\bs)\b) (\b(5\b5)\b)
   enter the <freq> and the <call> either way round.
 
 
-     DX FR0G 144.600
-     DX 144.600 FR0G
-     DX 144600 FR0G
+
+          DX FR0G 144.600
+          DX 144.600 FR0G
+          DX 144600 FR0G
+
 
 
 
   the command and they will be added to the spot.
 
 
-     DX FR0G 144600 this is a test
+
+          DX FR0G 144600 this is a test
 
 
 
   You can credit someone else by saying:-
 
 
-     DX by G1TLH FR0G 144.600 he isn't on the cluster
+
+          DX by G1TLH FR0G 144.600 he isn't on the cluster
+
 
 
 
   clusters
 
 
-
   This command sends out any information held in the user file which can
   be broadcast in PC41 protocol packets. This information is Name, QTH,
   Location and Homenode. PC41s are only sent for the information that is
   As a sysop you can kill any message on the system.
 
 
-  1\b11\b1.\b.3\b35\b5.\b.  k\bki\bil\bll\bl f\bfu\bul\bll\bl <\b<m\bms\bsg\bgn\bno\bo>\b> [\b[<\b<m\bms\bsg\bgn\bno\bo>\b>]\b]  D\bDe\bel\ble\bet\bte\be a\ba m\bme\bes\bss\bsa\bag\bge\be f\bfr\bro\bom\bm t\bth\bhe\be w\bwh\bho\bol\ble\be
-  c\bcl\blu\bus\bst\bte\ber\br k\bki\bil\bll\bl f\bfu\bul\bll\bl (\b(5\b5)\b)
+  1\b11\b1.\b.3\b35\b5.\b.  k\bki\bil\bll\bl f\bfu\bul\bll\bl (\b(5\b5)\b)
+
+  k\bki\bil\bll\bl f\bfu\bul\bll\bl <\b<m\bms\bsg\bgn\bno\bo>\b> [\b[<\b<m\bms\bsg\bgn\bno\bo>\b>]\b] Delete a message from the whole cluster
+
 
   Delete a message (usually a 'bulletin') from the whole cluster system.
 
   same subject will be deleted. Beware!
 
 
-
   1\b11\b1.\b.3\b36\b6.\b.  l\bli\bin\bnk\bks\bs (\b(0\b0)\b)
 
   l\bli\bin\bnk\bks\bs Show which nodes are physically connected
 
 
 
-  1\b11\b1.\b.3\b38\b8.\b.  l\blo\boa\bad\bd/\b/b\bba\bad\bdd\bdx\bx  R\bRe\bel\blo\boa\bad\bd t\bth\bhe\be b\bba\bad\bd D\bDX\bX t\bta\bab\bbl\ble\be l\blo\boa\bad\bd/\b/b\bba\bad\bdd\bdx\bx (\b(9\b9)\b)
+
+
+  1\b11\b1.\b.3\b38\b8.\b.  l\blo\boa\bad\bd/\b/b\bba\bad\bdd\bdx\bx (\b(9\b9)\b)
+
+  l\blo\boa\bad\bd/\b/b\bba\bad\bdd\bdx\bx Reload the bad DX table
+
 
   Reload the /spider/data/baddx.pl file if you have changed it manually
   whilst the cluster is running. This table contains the DX Calls that,
   whilst the cluster is running.
 
 
-
-
-
   1\b11\b1.\b.4\b42\b2.\b.  l\blo\boa\bad\bd/\b/c\bcm\bmd\bd_\b_c\bca\bac\bch\bhe\be (\b(9\b9)\b)
 
   l\blo\boa\bad\bd/\b/c\bcm\bmd\bd_\b_c\bca\bac\bch\bhe\be Reload the automatic command cache
   Alter message parameters like To, From, Subject, whether private or
   bulletin or return receipt (RR) is required or whether to keep this
   message from timing out.
+
+
+
          MSG TO <msgno> <call>     - change TO callsign to <call>
          MSG FRom <msgno> <call>   - change FROM callsign to <call>
          MSG PRrivate <msgno>      - set private flag
   This command allows you to send nearly any command to another DX
   Cluster node that is connected to the system.
 
-
   Whether you get any output is dependant on a) whether the other system
   knows that the node callsign of this cluster is in fact a node b)
   whether the other system is allowing RCMDs from this node and c)
 
 
 
+
+
   1\b11\b1.\b.5\b52\b2.\b.  r\bre\bea\bad\bd (\b(e\bex\bxt\bte\ben\bnd\bde\bed\bd f\bfo\bor\br s\bsy\bys\bso\bop\bps\bs)\b) (\b(5\b5)\b)
 
   r\bre\bea\bad\bd <\b<m\bms\bsg\bgn\bno\bo>\b> Read a message on the system
   You can use any of the following things in this line:-
 
 
-    info <string>            eg: iota or qsl
-    by <prefixes>            eg: G,M,2
-    origin <prefixes>
-    origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
-    origin_itu <numbers>
-    origin_zone <numbers>
-    by_dxcc <numbers>
-    by_itu <numbers>
-    by_zone <numbers>
-    channel <prefixes>
-    wx 1                     filter WX announces
-    dest <prefixes>          eg: 6MUK,WDX      (distros)
+
+         info <string>            eg: iota or qsl
+         by <prefixes>            eg: G,M,2
+         origin <prefixes>
+         origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
+         origin_itu <numbers>
+         origin_zone <numbers>
+         by_dxcc <numbers>
+         by_itu <numbers>
+         by_zone <numbers>
+         channel <prefixes>
+         wx 1                     filter WX announces
+         dest <prefixes>          eg: 6MUK,WDX      (distros)
+
 
 
 
   some examples:-
 
 
-    rej/ann by_zone 14,15,16 and not by G,M,2
+
+         rej/ann by_zone 14,15,16 and not by G,M,2
+
 
 
 
 
 
 
-    rej/ann all
+         rej/ann all
+
 
 
 
   r\bre\bej\bje\bec\bct\bt/\b/a\ban\bnn\bno\bou\bun\bnc\bce\be <\b<c\bca\bal\bll\bl>\b> [\b[i\bin\bnp\bpu\but\bt]\b] [\b[0\b0-\b-9\b9]\b] <\b<p\bpa\bat\btt\bte\ber\brn\bn>\b> Announce filter sysop
   version
 
-
   This version allows a sysop to set a filter for a callsign as well as
   the default for nodes and users eg:-
 
 
-    reject/ann by G,M,2
-    reject/ann input node_default by G,M,2
-    reject/ann user_default by G,M,2
+
+         reject/ann by G,M,2
+         reject/ann input node_default by G,M,2
+         reject/ann user_default by G,M,2
+
 
 
 
   You can use any of the following things in this line:-
 
 
-    freq <range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
-    on <range>             same as 'freq'
-    call <prefixes>        eg: G,PA,HB9
-    info <string>          eg: iota or qsl
-    by <prefixes>
-    call_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
-    call_itu <numbers>
-    call_zone <numbers>
-    by_dxcc <numbers>
-    by_itu <numbers>
-    by_zone <numbers>
-    origin <prefixes>
-    channel <prefixes>
+
+         freq <range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
+         on <range>             same as 'freq'
+         call <prefixes>        eg: G,PA,HB9
+         info <string>          eg: iota or qsl
+         by <prefixes>
+         call_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
+         call_itu <numbers>
+         call_zone <numbers>
+         by_dxcc <numbers>
+         by_itu <numbers>
+         by_zone <numbers>
+         origin <prefixes>
+         channel <prefixes>
+
 
 
 
 
 
 
+         rej/spot 1 on hf
+         rej/spot 2 on vhf and not (by_zone 14,15,16 or call_zone 14,15,16)
 
-    rej/spot 1 on hf
-    rej/spot 2 on vhf and not (by_zone 14,15,16 or call_zone 14,15,16)
 
 
 
   You can use the tag 'all' to reject everything eg:
 
 
+
     rej/spot 3 all
 
 
 
+
   but this probably for advanced users...
 
 
   the default for nodes and users eg:-
 
 
-    reject/spot db0sue-7 1 by_zone 14,15,16
-    reject/spot node_default all
-    set/hops node_default 10
 
-    reject/spot user_default by G,M,2
+         reject/spot db0sue-7 1 by_zone 14,15,16
+         reject/spot node_default all
+         set/hops node_default 10
+
+         reject/spot user_default by G,M,2
+
 
 
 
   can filter on the following fields:-
 
 
-    by <prefixes>            eg: G,M,2
-    origin <prefixes>
-    origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
-    origin_itu <numbers>
-    origin_zone <numbers>
-    by_dxcc <numbers>
-    by_itu <numbers>
-    by_zone <numbers>
-    channel <prefixes>
+
+         by <prefixes>            eg: G,M,2
+         origin <prefixes>
+         origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
+         origin_itu <numbers>
+         origin_zone <numbers>
+         by_dxcc <numbers>
+         by_itu <numbers>
+         by_zone <numbers>
+         channel <prefixes>
+
 
 
 
   See HELP FILTER for information.
 
 
-
-
   1\b11\b1.\b.5\b58\b8.\b.  r\bre\bej\bje\bec\bct\bt/\b/w\bwc\bcy\by (\b(e\bex\bxt\bte\ben\bnd\bde\bed\bd f\bfo\bor\br s\bsy\bys\bso\bop\bps\bs)\b) (\b(8\b8)\b)
 
   r\bre\bej\bje\bec\bct\bt/\b/w\bwc\bcy\by <\b<c\bca\bal\bll\bl>\b> [\b[i\bin\bnp\bpu\but\bt]\b] [\b[0\b0-\b-9\b9]\b] <\b<p\bpa\bat\btt\bte\ber\brn\bn>\b> WCY reject filter sysop
   version
 
-
   This version allows a sysop to set a filter for a callsign as well as
   the default for nodes and users eg:-
 
   can filter on the following fields:-
 
 
-    by <prefixes>            eg: G,M,2
-    origin <prefixes>
-    origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
-    origin_itu <numbers>
-    origin_zone <numbers>
-    by_dxcc <numbers>
-    by_itu <numbers>
-    by_zone <numbers>
-    channel <prefixes>
+
+         by <prefixes>            eg: G,M,2
+         origin <prefixes>
+         origin_dxcc <numbers>    eg: 61,62 (from eg: sh/pre G)
+         origin_itu <numbers>
+         origin_zone <numbers>
+         by_dxcc <numbers>
+         by_itu <numbers>
+         by_zone <numbers>
+         channel <prefixes>
+
 
 
 
   for example
 
 
-    reject/wwv by_zone 14,15,16
+
+         reject/wwv by_zone 14,15,16
+
 
 
 
   the default for nodes and users eg:-
 
 
-    reject/wwv db0sue-7 1 by_zone 4
-    reject/wwv node_default all
 
-    reject/wwv user_default by W
+         reject/wwv db0sue-7 1 by_zone 4
+         reject/wwv node_default all
+
+         reject/wwv user_default by W
+
 
 
 
   You can have multiple qualifiers so that you can have for example:-
 
 
-    SEND RR COPY 123 PRIVATE G1TLH G0RDI
+
+         SEND RR COPY 123 PRIVATE G1TLH G0RDI
+
 
 
 
 
   Allow announce messages to arrive at your terminal.
 
-
-
   1\b11\b1.\b.6\b65\b5.\b.  s\bse\bet\bt/\b/a\bar\brc\bcl\blu\bus\bst\bte\ber\br (\b(5\b5)\b)
 
   s\bse\bet\bt/\b/a\bar\brc\bcl\blu\bus\bst\bte\ber\br <\b<n\bno\bod\bde\be_\b_c\bca\bal\bll\bl>\b> [\b[<\b<n\bno\bod\bde\be_\b_c\bca\bal\bll\bl>\b> .\b..\b..\b.]\b] Make the node_call an AR-
   The word must be wriiten in full, no wild cards are allowed eg:-
 
 
-    set/baddx FORSALE VIDEO FR0G
+
+         set/baddx FORSALE VIDEO FR0G
+
 
 
 
   To allow a word again, use the following command ...
 
 
-    unset/baddx VIDEO
+
+         unset/baddx VIDEO
+
 
 
 
   The call can be a full or partial call (or a prefix), eg:-
 
 
-    set/badnode K1TTT
+
+         set/badnode K1TTT
+
 
 
 
   will stop anything from K1TTT (including any SSID's)
 
 
-    unset/badnode K1TTT
+
+         unset/badnode K1TTT
+
 
 
 
   FILTERing.
 
 
-
-
   1\b11\b1.\b.6\b68\b8.\b.  s\bse\bet\bt/\b/b\bba\bad\bds\bsp\bpo\bot\btt\bte\ber\br (\b(8\b8)\b)
 
   s\bse\bet\bt/\b/b\bba\bad\bds\bsp\bpo\bot\btt\bte\ber\br <\b<c\bca\bal\bll\bl>\b> Stop spots from this callsign being propagated
   The call must be written in full, no wild cards are allowed eg:-
 
 
-    set/badspotter VE2STN
+
+         set/badspotter VE2STN
+
 
 
 
   must enter them specifically.
 
 
-    unset/badspotter VE2STN
+
+         unset/badspotter VE2STN
+
 
 
 
   You can remove this level with unset/debug <name>
 
 
+
   1\b11\b1.\b.7\b72\b2.\b.  s\bse\bet\bt/\b/d\bdx\bx (\b(0\b0)\b)
 
   s\bse\bet\bt/\b/d\bdx\bxAllow DX messages to arrive at your terminal
   You can stop DX messages with the _\bu_\bn_\bs_\be_\bt_\b/_\bd_\bx command
 
 
-
-
-
   1\b11\b1.\b.7\b73\b3.\b.  s\bse\bet\bt/\b/d\bdx\bxg\bgr\bri\bid\bd (\b(0\b0)\b)
 
   s\bse\bet\bt/\b/d\bdx\bxg\bgr\bri\bid\bdAllow grid squares on the end of DX messages
   connected.  eg:-
 
 
+
     SET/HOMENODE gb7djk
 
 
 
 
+
   1\b11\b1.\b.7\b78\b8.\b.  s\bse\bet\bt/\b/h\bho\bop\bps\bs (\b(8\b8)\b)
 
   s\bse\bet\bt/\b/h\bho\bop\bps\bs <\b<n\bno\bod\bde\be_\b_c\bca\bal\bll\bl>\b> a\ban\bnn\bn|\b|s\bsp\bpo\bot\bts\bs|\b|w\bww\bwv\bv|\b|w\bwc\bcy\by <\b<n\bn>\b> Set hop count
 
+
   Set the hop count for a particular type of broadcast for a node.
 
   This command allows you to set up special hop counts for a node for
   currently: announce, spots, wwv and wcy broadcasts.
 
 
-  eg:
-    set/hops gb7djk ann 10
-    set/hops gb7mbc spots 20
+
+       eg:
+         set/hops gb7djk ann 10
+         set/hops gb7mbc spots 20
+
 
 
 
   the _\bs_\be_\bt_\b/_\bq_\br_\ba command which will do the conversion for you.
 
 
+
     set/location 54 04 N 2 02 E
 
 
 
 
 
+
   1\b11\b1.\b.8\b82\b2.\b.  s\bse\bet\bt/\b/s\bsy\bys\bs_\b_l\blo\boc\bca\bat\bti\bio\bon\bn (\b(9\b9)\b)
 
   s\bse\bet\bt/\b/s\bsy\bys\bs_\b_l\blo\boc\bca\bat\bti\bio\bon\bn <\b<l\bla\bat\bt &\b& l\blo\bon\bng\bg>\b> Set your cluster latitude and longitude
   example:-
 
 
-    SET/LOCATION 52 22 N 0 57 E
+
+         SET/LOCATION 52 22 N 0 57 E
+
 
 
 
   Tell the cluster what your name is, eg:-
 
 
-    set/name Dirk
+
+         set/name Dirk
+
 
 
 
 
   Tell the system that the call(s) are to be treated as AK1A cluster and
   fed PC Protocol rather normal user commands.
-
   From version 1.41 you can also set the following types of cluster
 
 
-    set/spider
-    set/dxnet
-    set/clx
-    set/arcluster
+
+         set/spider
+         set/dxnet
+         set/clx
+         set/arcluster
+
 
 
 
   s\bse\bet\bt/\b/o\bob\bbs\bsc\bco\bou\bun\bnt\bt <\b<c\bco\bou\bun\bnt\bt>\b> <\b<n\bno\bod\bde\be c\bca\bal\bll\bl>\b> Set the 'pump-up' obsolescence
   counter
 
+
   From version 1.35 onwards neighbouring nodes are pinged at regular
   intervals (see SET/PINGINTERVAL), usually 300 seconds or 5 minutes.
   There is a 'pump-up' counter which is decremented on every outgoing
   Setting it explicitly to 0 will disable paging.
 
 
-    SET/PAGE 30
-    SET/PAGE 0
+
+         SET/PAGE 30
+         SET/PAGE 0
+
 
 
 
   (as certain cluster software doesn't always notice), see SET/OBSCOUNT
   for more information.
 
+
   1\b11\b1.\b.9\b91\b1.\b.  s\bse\bet\bt/\b/p\bpr\bri\biv\bvi\bil\ble\beg\bge\be (\b(9\b9)\b)
 
   s\bse\bet\bt/\b/p\bpr\bri\biv\bvi\bil\ble\beg\bge\be <\b<n\bn>\b> <\b<c\bca\bal\bll\bl>\b> [\b[<\b<c\bca\bal\bll\bl>\b> .\b..\b..\b.]\b] Set the privilege level on a
   s\bse\bet\bt/\b/s\bsy\bys\bs_\b_q\bqr\bra\ba <\b<l\blo\boc\bca\bat\bto\bor\br>\b> Set your cluster QRA locator
 
 
+
+
   1\b11\b1.\b.9\b94\b4.\b.  s\bse\bet\bt/\b/q\bqr\bra\ba (\b(0\b0)\b)
 
   s\bse\bet\bt/\b/q\bqr\bra\ba <\b<l\blo\boc\bca\bat\bto\bor\br>\b> Set your QRA locator
   roughly correctly (assuming your locator is correct ;-). For example:-
 
 
-    SET/QRA JO02LQ
+
+         SET/QRA JO02LQ
+
 
 
 
   Tell the system where your are.  For example:-
 
 
-    set/qth East Dereham, Norfolk
+
+         set/qth East Dereham, Norfolk
+
+
+
 
 
   1\b11\b1.\b.9\b96\b6.\b.  s\bse\bet\bt/\b/t\bta\bal\blk\bk (\b(0\b0)\b)
 
   Allow WX information to be seen at your console.  You can switch off
   WX messages with the _\bu_\bn_\bs_\be_\bt_\b/_\bw_\bx command.
-
-
   1\b11\b1.\b.1\b10\b00\b0.\b.  s\bsh\bho\bow\bw/\b/b\bba\bad\bdd\bdx\bx (\b(1\b1)\b)
 
   s\bsh\bho\bow\bw/\b/b\bba\bad\bdd\bdx\bxShow all the bad dx calls in the system
   SET/BADSPOTTER for more information.
 
 
-
-
-
   1\b11\b1.\b.1\b10\b03\b3.\b.  s\bsh\bho\bow\bw/\b/d\bda\bat\bte\be (\b(0\b0)\b)
 
   s\bsh\bho\bow\bw/\b/d\bda\bat\bte\be [\b[<\b<p\bpr\bre\bef\bfi\bix\bx>\b>|\b|<\b<c\bca\bal\bll\bls\bsi\big\bgn\bn>\b>]\b] Show the local time
 
 
 
+
+
+
+
+
+
+
+
+
+
+
+
   on <band>       - eg 160m 20m 2m 23cm 6mm
   on <region>     - eg hf vhf uhf shf      (see SHOW/BANDS)
 
 
 
 
-  e.g.
 
+  e.g.
 
 
 
 
+          SH/DX 9m0
+          SH/DX on 20m info iota
+          SH/DX 9a on vhf day 30
+          SH/DX rf1p qsl
+          SH/DX iota
+          SH/DX iota eu-064
+          SH/DX qra jn86
 
-     SH/DX 9m0
-     SH/DX on 20m info iota
-     SH/DX 9a on vhf day 30
-     SH/DX rf1p qsl
-     SH/DX iota
-     SH/DX iota eu-064
-     SH/DX qra jn86
 
 
 
 
 
 
+
+
+
      SH/DXCC G
      SH/DXCC W on 20m info iota
 
 
 
 
+
   1\b11\b1.\b.1\b10\b06\b6.\b.  s\bsh\bho\bow\bw/\b/f\bfi\bil\ble\bes\bs (\b(0\b0)\b)
 
   s\bsh\bho\bow\bw/\b/f\bfi\bil\ble\bes\bs [\b[<\b<f\bfi\bil\ble\bea\bar\bre\bea\ba>\b> [\b[<\b<s\bst\btr\bri\bin\bng\bg>\b>]\b]]\b] List the contents of a filearea
   type:-
 
 
-     SH/FILES <filearea>
+
+          SH/FILES <filearea>
+
 
 
 
   string to see a selection of files in a filearea eg:-
 
 
-     SH/FILES bulletins arld*
+
+          SH/FILES bulletins arld*
+
 
 
 
   Show the contents of all the filters that are set by you. This command
   displays all the filters set - for all the various categories.
 
+
   1\b11\b1.\b.1\b10\b08\b8.\b.  s\bsh\bho\bow\bw/\b/f\bfi\bil\blt\bte\ber\br (\b(e\bex\bxt\bte\ben\bnd\bde\bed\bd f\bfo\bor\br s\bsy\bys\bso\bop\bps\bs)\b) (\b(5\b5)\b)
 
   s\bsh\bho\bow\bw/\b/f\bfi\bil\blt\bte\ber\br <\b<c\bca\bal\bll\bls\bsi\big\bgn\bn>\b> Show the filters set by <callsign>
   which category you want to see. If you leave the category out then all
   the categories will be listed.
 
-
   1\b11\b1.\b.1\b11\b10\b0.\b.  s\bsh\bho\bow\bw/\b/i\bis\bso\bol\bla\bat\bte\be (\b(1\b1)\b)
 
   s\bsh\bho\bow\bw/\b/i\bis\bso\bol\bla\bat\bte\be Show a list of isolated nodes
   For example:-
 
 
-    SH/MOON
-    SH/MOON G1TLH W5UN
 
+         SH/MOON
+         SH/MOON G1TLH W5UN
 
 
 
   of hours required after the prefix. For example:-
 
 
-    SH/MUF W
+
+         SH/MUF W
+
 
 
 
   produces:
 
 
-    RxSens: -123 dBM SFI: 159   R: 193   Month: 10   Day: 21
-    Power :   20 dBW    Distance:  6283 km    Delay: 22.4 ms
-    Location                       Lat / Long           Azim
-    East Dereham, Norfolk          52 41 N 0 57 E         47
-    United-States-W                43 0 N 87 54 W        299
-    UT LT  MUF Zen  1.8  3.5  7.0 10.1 14.0 18.1 21.0 24.9 28.0 50.0
-    18 23 11.5 -35  mS0+ mS2   S3
-    19  0 11.2 -41  mS0+ mS2   S3
+
+         RxSens: -123 dBM SFI: 159   R: 193   Month: 10   Day: 21
+         Power :   20 dBW    Distance:  6283 km    Delay: 22.4 ms
+         Location                       Lat / Long           Azim
+         East Dereham, Norfolk          52 41 N 0 57 E         47
+         United-States-W                43 0 N 87 54 W        299
+         UT LT  MUF Zen  1.8  3.5  7.0 10.1 14.0 18.1 21.0 24.9 28.0 50.0
+         18 23 11.5 -35  mS0+ mS2   S3
+         19  0 11.2 -41  mS0+ mS2   S3
+
 
 
 
   indicating that you will have weak, fading circuits on top band and
   80m but usable signals on 40m (about S3).
 
-
   inputing:-
 
 
-    SH/MUF W 24
+
+         SH/MUF W 24
+
 
 
 
   propagation data.
 
 
+
+
+
     SH/MUF W L 24
     SH/MUF W 24 Long
 
 
 
+
   Gives you an estimate of the long path propagation characterics. It
   should be noted that the figures will probably not be very useful, nor
   terrible accurate, but it is included for completeness.
   given on the command line) the distance and beraing from your station
   to the locator. For example:-
 
-  SH/QRA IO92QL
-  SH/QRA JN06 IN73
+
+
+       SH/QRA IO92QL
+       SH/QRA JN06 IN73
+
 
 
 
   for example:-
 
 
-  SH/QRA 52 41 N 0 58 E
+
+       SH/QRA 52 41 N 0 58 E
+
 
 
 
   are connected. It is a sort of inverse sh/config.
 
 
-    sh/route n2tly
+
+         sh/route n2tly
+
 
 
 
   So for example:-
 
 
-  SH/SAT AO-10
-  SH/SAT FENGYUN1 12 2
+       SH/SAT AO-10
+       SH/SAT FENGYUN1 12 2
+
 
 
 
   For example:-
 
 
-    SH/SUN
-    SH/SUN G1TLH K9CW ZS
+
+         SH/SUN
+         SH/SUN G1TLH K9CW ZS
+
 
 
 
   these values are for explanation :-):
 
 
-    password = 012345678901234567890123456789
-    > sysop
-    22 10 15 17 3
+
+         password = 012345678901234567890123456789
+         > sysop
+         22 10 15 17 3
+
 
 
 
   you type:-
 
 
-   aa2bbbb0ccc5ddd7xxx3n
-   or 2 0 5 7 3
-   or 20573
+
+        aa2bbbb0ccc5ddd7xxx3n
+        or 2 0 5 7 3
+        or 20573
+
 
 
 
   are in a 'Talking' frame of mind and then you just type - everything
   you send will go to the station that you asked for.
 
-
   All the usual announcements, spots and so on will still come out on
   your terminal.
 
   normal command with a '/' character, eg:-
 
 
-     /DX 14001 G1TLH What's a B class licensee doing on 20m CW?
-     /HELP talk
+
+          /DX 14001 G1TLH What's a B class licensee doing on 20m CW?
+          /HELP talk
+
 
 
 
   To leave talk mode type:
 
 
-     /EX
+
+          /EX
+
 
 
 
   enter:-
 
 
-     TYPE bulletins/arld051
+
+          TYPE bulletins/arld051
+
 
 
 
 
 
 
-
-
-
-
-
-
-
-
-