Add the first draft of the usermanual and minor changes to adminmanual
[spider.git] / html / usermanual-7.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4  <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
5  <TITLE>The DXSpider User Manual : Nodes and users.</TITLE>
6  <LINK HREF="usermanual-8.html" REL=next>
7  <LINK HREF="usermanual-6.html" REL=previous>
8  <LINK HREF="usermanual.html#toc7" REL=contents>
9 <link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
10 </HEAD>
11 <BODY>
12 <A HREF="usermanual-8.html">Next</A>
13 <A HREF="usermanual-6.html">Previous</A>
14 <A HREF="usermanual.html#toc7">Contents</A>
15 <HR>
16 <H2><A NAME="s7">7. Nodes and users.</A></H2>
17
18 <P>You can check which nodes are connected in the network, who is 
19 logged on locally, who is logged on at all the nodes or even 
20 just one node in particular. This is handy if you wish to see whether
21 a friend is connected at the node they use.  To see who is connected 
22 to the nodes, the <B>SHOW/CONFIGURATION</B> command is used.
23 <P><B>Example:</B>
24 <P>
25 <BLOCKQUOTE><CODE>
26 <PRE>
27 show/configuration
28 show/configuration/nodes
29 show/configuration (node_call)
30 show/configuration (prefix)
31 </PRE>
32 </CODE></BLOCKQUOTE>
33 <P>The first of our three examples would output something like this,
34 <P>
35 <PRE>
36 sh/c
37 Node         Callsigns
38 EI5TCR       (7 users)
39 GB7ADX
40 GB7BAA       G4FPV        G8TIC
41 GB7BIG       (GD0TEP)     GD3UMW
42 GB7BPQ       (G0INA)      G0RCI        G3AKU        G3OCA
43 (GB7CDX)     G3JNB        G4ALR
44 GB7DJK       G0FYD        G0REK        G1TLH        G4PEL        G4SOZ
45              G4TVR        G7SQW        K8AZ         M0CTQ-1      MM1CXE-10
46              ON7WP
47 GB7DXA       G0RDI        G8SJP
48 GB7DXC       (G0HDB)      G0WFK        (G1FYC)      G3KWK        G3LME
49              G3OIL        G4BGW        G4FUJ        (G4PDQ)      GW7SMV
50 GB7DXE       G1NNB
51 (GB7DXG)     GU6EFB       GU7DHI
52 GB7DXK       G1NTW        G3IBI        G3NSM        G3XAQ        G4CUS
53              G4XQY        G7GAN
54 GB7DXM       G1EUC        G3GAF        G3LAS        G4ZTR        G8WXU
55              M0BCT        M1EMF
56 </PRE>
57 <P>You will notice that EI5TCR is showing only that it has 7 users and not
58 giving the actual callsigns.  This means that this node is on a limited
59 protocol of some kind, probably because of a contest situation where
60 slow radio links can block up and fail if too much information is sent
61 between nodes.
62 <P>The second example would just show the nodes connected in the
63 network, like this,
64 <P>
65 <PRE>
66 sh/c/n
67 Node         Callsigns
68 GB7BAA       GB7BAA       GB7BPQ       (GB7CDX)     GB7DJK       GB7DXA      
69              GB7DXC       GB7DXE       (GB7DXG)     GB7DXK       GB7DXL      
70              GB7DXM       GB7DXS       GB7IPT       GB7MRS       GB7UJS      
71              GB7YDX       KL7G         N2TLY        (ON0DXK)                 
72 GB7BIG       EI5TCR       GB7ADX       GB7BIG       GB7UDX                   
73 GB7MBC                                                                       
74 PA4AB-14     PA4AB-14                                                        
75 PI4TUE-8     PI4TUE-8    
76 </PRE>
77 <P>If we insert the node_call pi4tue-8 into the third example, then
78 this would be the output,
79 <P>
80 <PRE>
81 Node         Callsigns
82 PI4TUE-8     9A1CMA-6     DF6PW        DL4FAY       DL4KAK       DL4WF-2     
83              F5NOD-2      F5PAC        IZ0CSR       N6CR         OH2BLD      
84              ON1LVL-13    ON4CBT       ON4CJP       ON5DXL-14    ON7NQ       
85              PA0RCT       PA3DYS       PA3FDO       PA5KW-4      PI4TUE-9    
86              YT1XX        
87 </PRE>
88 <P>As you can see, only the users of the requested node are shown.
89 <P>You can also use a prefix to show only a group of nodes.  For example
90 you may only wish to see who is connected to the nodes in the UK.  To
91 do this simply use a prefix like this ...
92 <P>
93 <PRE>
94 show/configuration gb7
95 </PRE>
96 <P>To show the locally connected users, the <B>SHOW/USERS</B> command is
97 used
98 <P><B>Example:</B>
99 <P>
100 <BLOCKQUOTE><CODE>
101 <PRE>
102 show/users
103 </PRE>
104 </CODE></BLOCKQUOTE>
105 <P>The output of this command would look like this,
106 <P>
107 <PRE>
108 Callsigns connected to GB7MBC
109 G0JHC        G0NEI        G0VGS        G0VGS-2      G0YLM                    
110 G3JAG        G3OWO        G3UEU
111 </PRE>
112 <P>
113 <HR>
114 <A HREF="usermanual-8.html">Next</A>
115 <A HREF="usermanual-6.html">Previous</A>
116 <A HREF="usermanual.html#toc7">Contents</A>
117 </BODY>
118 </HTML>