merged stuff from current www site with the main html tree
[spider.git] / html / client.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3   <head>
4     <title>The Standard Client</title>
5         <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">
6         <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">
7         <meta name="Author" content="Dirk Koopman G1TLH">
8   </head>
9
10   <body TEXT="#000000" LINK="#0000ff" VLINK="#800080" BGCOLOR="#FFFFFF">
11         <FONT COLOR="#606060"> 
12           <hr>
13           <h2>The Standard Client</h2>
14           <hr>
15         </font>
16         
17         
18         <address><a href="mailto:djk@tobit.co.uk">Dirk Koopman G1TLH</a></address>
19         <p>
20           <!-- Created: Sun Dec 13 20:25:14 GMT 1998 -->
21           <!-- hhmts start -->
22 Last modified: Tue Jun 29 12:08:12 GMT 1999
23 <!-- hhmts end -->
24
25         <h4>Introduction</h4>
26
27         The standard client program is written in perl and lives in <tt>/spider/perl/client.pl</tt>.
28         It performs the interface function
29         between the cluster daemon (<tt>/spider/perl/cluster.pl</tt>) and 
30         AX25 or Telnet connections, both incoming and outgoing.
31         
32         <p>There is a related program called <tt>/spider/perl/console.pl</tt> which,
33         as of version 1.30, is the standard sysop or full duplex telnet user
34         connected interface program. This is a simple screen oriented program
35         that has a bash or shell like command history editing facility as well
36         as a scrolling cluster window with colouration of particular lines of
37         interest (such as DX spots, Announces etc).
38
39
40         <h4>client.pl</h4>
41
42         The client itself is a rather rudimentary program which really only deals with 
43         things like line end conventions and noticing when a connection goes away. It is
44         envisaged that at some time in the nearish future this program will be written in
45         C and thus become considerably smaller. But, for the moment and whilst this area
46         is under some development, it will remain in perl for ease of change.
47
48         <P>The client can take up two arguments: a "callsign" and a connection type. 
49
50         <p>The "callsign" can have the following values:-
51         <ol>
52                 <p><li>A real callsign (!).
53
54                 <P>For incoming connections it is important to make sure that
55                 the callsign passed <b>DOES NOT</b> have an SSID (use the %u
56                 or %U in <tt>ax25d.conf</tt>). The DXSpider system largely
57                 ignores what it regards as 'duplicate' callsigns (and that
58                 includes those with SSIDs) except in certain <a
59                 href="#special">special</a> cases. 
60
61                 <P><li>The name of a <a href="connect.html">connect</a> script.
62
63                 <p><li><b>login</b> This will cause a unix like <tt>login:</tt> and
64                 <tt>password:</tt> phase to be run. With version 1.13 the password isn't
65                 checked unless there is a password recorded in the user file - but you have
66                 no means of recording a password! (unless you have created a local <tt>set/password</tt>
67                 command - please donate a copy it you have)
68                 
69                 <p>Also in 1.13 only existing users can enter via this means. This will probably
70                   change, but please discuss this in the <a href="../lists/dxspider-support/index.html">support</a>
71                   mailing list.
72
73         </ol>
74
75         <p>The connection type can be:-
76         <ol>
77                 <p><li><b>ax25</b> This tells the client to use ax25 line conventions.
78
79                 <p><li><b>telnet</b> This tells the client to use normal unix line conventions.
80
81                 <p><li><b>connect</b> Start an outgoing <a href="connect.html">connect</a> script.
82                 Use the line conventions in that script.
83         </ol>
84
85         <p>The connection type can be missing in which case the default is unix line conventions.
86
87         <p>If both the callsign and the connection are missing then it is
88         assumed that the client is the sysop and uses the callsign set in
89         your local copy of <a href="install.html#dxvar">DXVars.pm</a>.
90
91         <h4>Considerations</h4>
92
93         <a name="special"></a>As mentioned earlier, SSIDs are generally stripped from
94           callsigns except in two cases:
95         <ol>
96                 <p><li>For Cluster node callsigns. Although here in the UK we are issued with
97                 special callsigns to run cluster nodes and BBSs, this is not universal. Therefore
98                 by marking a callsign as a node you disable SSID checking. You will have to treat
99                 incoming cluster callsigns specially in <tt>ax25d.conf</tt> to use this feature (i.e
100                 you will have to set up a line specially for that callsign with a %s or %S for the
101                 callsign substitution [better just put the callsign you want!]).
102
103                 <p><li>The sysop callsign set up in your local copy of 
104                 <a href="install.html#dxvar">DXVars.pm</a>. You must call <tt>client.pl</tt> with
105                 no parameters for this to work.
106         </ol>
107
108         <h4>Files</h4>
109
110         The client only uses files when in the <b>login</b> phase.  It
111         prints the <tt>/spider/data/issue</tt> file, if it is present, to
112         the user before issuing the <tt>login:</tt> prompt. After a callsign
113         and password is entered it uses
114         the standard cluster user file to check them.
115
116         <p>Having said all of that the client <em>appears</em> to use the following files and
117           sends them to the user if they are present:-
118         <ul>
119           <li><b>/spider/data/motd</b> which is sent to the user on normal user startup.
120           <li><b>/spider/data/logout</b> which is sent to user on disconnection.
121           <li><b>/spider/data/offline</b> which is sent to the user if the cluster daemon 
122                 isn't running.
123         </ul>
124
125 <!-- Standard Footer!! -->
126         <p>&nbsp;</p>
127         <p>
128           <FONT COLOR="#606060"><hr></font>
129         <font color="#FF0000" size=-2>
130           Copyright &copy; 1998 by Dirk Koopman G1TLH. All Rights Reserved<br>
131         </font>
132         <font color="#000000" size=-2>$Id$</font>
133   </body>
134 </html>