Update manuals for CVS and new commands
[spider.git] / html / usermanual_en-4.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: Getting and posting DX.</TITLE>
6  <LINK HREF="usermanual_en-5.html" REL=next>
7  <LINK HREF="usermanual_en-3.html" REL=previous>
8  <LINK HREF="usermanual_en.html#toc4" REL=contents>
9 <link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
10 </HEAD>
11 <BODY>
12 <A HREF="usermanual_en-5.html">Next</A>
13 <A HREF="usermanual_en-3.html">Previous</A>
14 <A HREF="usermanual_en.html#toc4">Contents</A>
15 <HR>
16 <H2><A NAME="s4">4.</A> <A HREF="usermanual_en.html#toc4">Getting and posting DX.</A></H2>
17
18 <P>When all is said and done, this is the main function of a DX cluster.
19 In its simplest form you can just connect to the node and you will 
20 start to receive DX spots almost immediately!  You can check on 
21 recent postings in either a general manner or on a particular band or
22 mode.  You can even check DX by callsign or a fragment of a callsign.
23 Of course, once you get the hang of things, it is expected that you 
24 start posting some yourself!  After all, there would be no clusters 
25 if people did not post DX and you get the added thrill of the hunt!</P>
26
27 <H2><A NAME="ss4.1">4.1</A> <A HREF="usermanual_en.html#toc4.1">Receiving DX.</A>
28 </H2>
29
30 <P>As we have already said, it is possible just to connect to the 
31 cluster and you will receive spots automatically.  However, you may 
32 wish to check on spots just posted.  Maybe you wish to see if a 
33 particular band is open or if a certain callsign is active, perhaps a
34 DXpedition.  The command to do this is <B>SHOW/DX</B>.  Without any 
35 other arguments, this command will output the last 10 spots 
36 posted.  It is possible to look at more than this, for example the 
37 last 20 or 50 spots, by adding the number to the command.  You can 
38 make it even more specific by adding a band in either wavelength or 
39 frequency, and/or any additional information such as QSL details.</P>
40 <P><B>Examples:</B></P>
41 <P>
42 <BLOCKQUOTE><CODE>
43 <PRE>
44 show/dx
45 show/dx 5
46 show/dx 20
47 </PRE>
48 </CODE></BLOCKQUOTE>
49 </P>
50 <P>will show the last 10, 5 and 20 spots received by the cluster 
51 respectively.</P>
52 <P><B>Examples</B></P>
53 <P>
54 <BLOCKQUOTE><CODE>
55 <PRE>
56 show/dx on 20m
57 show/dx 10 on 20m
58 show/dx 20 on 20m
59 </PRE>
60 </CODE></BLOCKQUOTE>
61 </P>
62 <P>will show the last 5, 10 or 20 spots on 20 metres only.</P>
63 <P>It is also possible to check for certain callsigns, or fragments of 
64 callsigns in the same way.</P>
65 <P><B>Examples:</B></P>
66 <P>
67 <BLOCKQUOTE><CODE>
68 <PRE>
69 show/dx g0vgs
70 show/dx 10 g0vgs
71 </PRE>
72 </CODE></BLOCKQUOTE>
73 </P>
74 <P>would show the last 5 or 10 dx spots containing the callsign g0vgs.</P>
75
76 <P>You can check for DX by offset and also by specifying a comment to 
77 search for.</P>
78 <P><B>Examples:</B></P>
79 <P>
80 <BLOCKQUOTE><CODE>
81 <PRE>
82 show/dx 30-40
83 show/dx 14000-14033
84 show/dx iota
85 </PRE>
86 </CODE></BLOCKQUOTE>
87 </P>
88 <P>would show the spots that arrived between 30 and 40 spots ago and any 
89 spots with the word <EM>iota</EM> in the comment field.  The case of 
90 the comment is not important.</P>
91 <P>Checking DX posted on a certain day is possible too.  All you have
92 to do here is to specify how many days ago it was like this ...</P>
93 <P><B>Example:</B></P>
94 <P>
95 <BLOCKQUOTE><CODE>
96 <PRE>
97 show/dx day 30 
98 </PRE>
99 </CODE></BLOCKQUOTE>
100 </P>
101 <P>It is of course possible to specify multiple arguments.</P>
102 <P><B>Example:</B></P>
103 <P>
104 <BLOCKQUOTE><CODE>
105 <PRE>
106 show/dx 20 prefix 9a on vhf day 30
107 </PRE>
108 </CODE></BLOCKQUOTE>
109 </P>
110 <P>This would show the last 20 spots posted by or about calls with the prefix
111 9a on vhf 30 days ago.</P>
112 <P>As you can see the <B>SHOW/DX</B> command is very flexible, so if you are
113 not sure whether something will work or not, try it and see!  More
114 information can be found in the Command Set section.</P>
115
116 <H2><A NAME="ss4.2">4.2</A> <A HREF="usermanual_en.html#toc4.2">Posting DX.</A>
117 </H2>
118
119 <P>To post DX you use the <B>DX</B> command.  The syntax is shown below. </P>
120 <P><B>Example:</B></P>
121 <P>
122 <BLOCKQUOTE><CODE>
123 <PRE>
124 dx (frequency) (callsign) (remarks)
125 </PRE>
126 </CODE></BLOCKQUOTE>
127 </P>
128 <P>Where frequency is in kilohertz and the callsign is the callsign of
129 the station you have worked or heard, (ie not your own callsign!).  
130 The remarks section allows you to add information like the operators 
131 name or perhaps a location.  Actually DXSpider will allow the frequency
132 and callsign fields to be entered in any order.</P>
133 <P><B>Example:</B></P>
134 <P>
135 <BLOCKQUOTE><CODE>
136 <PRE>
137 dx 14004 pa3ezl OP Aurelio 599
138 </PRE>
139 </CODE></BLOCKQUOTE>
140 </P>
141 <P>In fact, all the following will give the same result...</P>
142 <P>
143 <BLOCKQUOTE><CODE>
144 <PRE>
145 dx 14004 pa3ezl OP Aurelio 599
146 dx pa3ezl 14004 OP Aurelio 599
147 dx pa3ezl 14.004 OP Aurelio 599
148 </PRE>
149 </CODE></BLOCKQUOTE>
150 </P>
151 <P>This posting, or callout as it is known, will be forwarded to all 
152 other connected stations both at the cluster you are connected to and
153 other active clusters in the network.  The callout will also be sent 
154 to you as proof of receipt. </P>
155
156 <HR>
157 <A HREF="usermanual_en-5.html">Next</A>
158 <A HREF="usermanual_en-3.html">Previous</A>
159 <A HREF="usermanual_en.html#toc4">Contents</A>
160 </BODY>
161 </HTML>