add 1; to the end of default Listeners
[spider.git] / html / client.html
index d2962d29b17d56a8295979dd2286f1fdf141dee4..6add75fd8756a54914631ee1a7ce83ec179ee431 100644 (file)
@@ -5,6 +5,7 @@
        <meta name="Keywords" content="DX Cluster, DXSpider, Spider, Packet Cluster, DXCluster, Pavillion Software, AK1A, AX25, AX.25, WWV, Packet Radio, Amateur Radio, Propagation, DX, DXing, G1TLH, GB7TLH, Dirk Koopman, Mailing list, Linux, RedHat, PERL">
        <meta name="Description" content="Software and systems for realtime digital communications between amateur radio stations for the provision of information on propagation conditions and stations operating">
        <meta name="Author" content="Dirk Koopman G1TLH">
+    <link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
   </head>
 
   <body TEXT="#000000" LINK="#0000ff" VLINK="#800080" BGCOLOR="#FFFFFF">
        <p>
          <!-- Created: Sun Dec 13 20:25:14 GMT 1998 -->
          <!-- hhmts start -->
-Last modified: Wed Dec 23 16:08:12 GMT 1998
+Last modified: Fri Jan 19 14:25:13 GMT 2001
 <!-- hhmts end -->
 
        <h4>Introduction</h4>
 
-       The standard client program is written in perl and lives in <tt>/spider/perl/client.pl</tt>. 
+       The standard client program is written in perl and lives in <tt>/spider/perl/client.pl</tt>.
        It performs the interface function
        between the cluster daemon (<tt>/spider/perl/cluster.pl</tt>) and 
        AX25 or Telnet connections, both incoming and outgoing.
+       
+       <p>There is a related program called <tt>/spider/perl/console.pl</tt> which,
+       as of version 1.30, is the standard sysop or full duplex telnet user
+       connected interface program. This is a simple screen oriented program
+       that has a bash or shell like command history editing facility as well
+       as a scrolling cluster window with colouration of particular lines of
+       interest (such as DX spots, Announces etc).
+
 
        <h4>client.pl</h4>