Add changes to the installation manual for Windows users from K1XX
[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 v1.50: 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 <BLOCKQUOTE><CODE>
36 <PRE>
37 sh/c
38 Node         Callsigns
39 EI5TCR       (7 users)
40 GB7ADX
41 GB7BAA       G4FPV        G8TIC
42 GB7BIG       (GD0TEP)     GD3UMW
43 GB7BPQ       (G0INA)      G0RCI        G3AKU        G3OCA
44 (GB7CDX)     G3JNB        G4ALR
45 GB7DJK       G0FYD        G0REK        G1TLH        G4PEL        G4SOZ
46              G4TVR        G7SQW        K8AZ         M0CTQ-1      MM1CXE-10
47              ON7WP
48 GB7DXA       G0RDI        G8SJP
49 GB7DXC       (G0HDB)      G0WFK        (G1FYC)      G3KWK        G3LME
50              G3OIL        G4BGW        G4FUJ        (G4PDQ)      GW7SMV
51 GB7DXE       G1NNB
52 (GB7DXG)     GU6EFB       GU7DHI
53 GB7DXK       G1NTW        G3IBI        G3NSM        G3XAQ        G4CUS
54              G4XQY        G7GAN
55 GB7DXM       G1EUC        G3GAF        G3LAS        G4ZTR        G8WXU
56              M0BCT        M1EMF
57 </PRE>
58 </CODE></BLOCKQUOTE>
59 <P>You will notice that EI5TCR is showing only that it has 7 users and not
60 giving the actual callsigns.  This means that this node is on a limited
61 protocol of some kind, probably because of a contest situation where
62 slow radio links can block up and fail if too much information is sent
63 between nodes.
64 <P>The second example would just show the nodes connected in the
65 network, like this,
66 <P>
67 <BLOCKQUOTE><CODE>
68 <PRE>
69 sh/c/n
70 Node         Callsigns
71 GB7BAA       GB7BAA       GB7BPQ       (GB7CDX)     GB7DJK       GB7DXA      
72              GB7DXC       GB7DXE       (GB7DXG)     GB7DXK       GB7DXL      
73              GB7DXM       GB7DXS       GB7IPT       GB7MRS       GB7UJS      
74              GB7YDX       KL7G         N2TLY        (ON0DXK)                 
75 GB7BIG       EI5TCR       GB7ADX       GB7BIG       GB7UDX                   
76 GB7MBC                                                                       
77 PA4AB-14     PA4AB-14                                                        
78 PI4TUE-8     PI4TUE-8    
79 </PRE>
80 </CODE></BLOCKQUOTE>
81 <P>If we insert the node_call pi4tue-8 into the third example, then
82 this would be the output,
83 <P>
84 <BLOCKQUOTE><CODE>
85 <PRE>
86 Node         Callsigns
87 PI4TUE-8     9A1CMA-6     DF6PW        DL4FAY       DL4KAK       DL4WF-2     
88              F5NOD-2      F5PAC        IZ0CSR       N6CR         OH2BLD      
89              ON1LVL-13    ON4CBT       ON4CJP       ON5DXL-14    ON7NQ       
90              PA0RCT       PA3DYS       PA3FDO       PA5KW-4      PI4TUE-9    
91              YT1XX        
92 </PRE>
93 </CODE></BLOCKQUOTE>
94 <P>As you can see, only the users of the requested node are shown.
95 <P>You can also use a prefix to show only a group of nodes.  For example
96 you may only wish to see who is connected to the nodes in the UK.  To
97 do this simply use a prefix like this ...
98 <P>
99 <PRE>
100 show/configuration gb7
101 </PRE>
102 <P>To show the locally connected users, the <B>SHOW/USERS</B> command is
103 used
104 <P><B>Example:</B>
105 <P>
106 <BLOCKQUOTE><CODE>
107 <PRE>
108 show/users
109 </PRE>
110 </CODE></BLOCKQUOTE>
111 <P>The output of this command would look like this,
112 <P>
113 <BLOCKQUOTE><CODE>
114 <PRE>
115 Callsigns connected to GB7MBC
116 G0JHC        G0NEI        G0VGS        G0VGS-2      G0YLM                    
117 G3JAG        G3OWO        G3UEU
118 </PRE>
119 </CODE></BLOCKQUOTE>
120 <P>
121 <HR>
122 <A HREF="usermanual-8.html">Next</A>
123 <A HREF="usermanual-6.html">Previous</A>
124 <A HREF="usermanual.html#toc7">Contents</A>
125 </BODY>
126 </HTML>