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