spider/html/index.html
2007-07-27 12:07:02 +01:00

96 lines
4.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>DXSpider</title>
<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">
<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">
<meta name="Author" content="Dirk Koopman G1TLH">
<link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
</head>
<body TEXT="#000000" LINK="#0000ff" VLINK="#800080" BGCOLOR="#FFFFFF">
<FONT COLOR="#606060" face="Verdana,Helvetica,Swiss,Arial">
<hr>
<h2>DXSpider</h2>
<hr>
</font>
<address><a href="mailto:djk@tobit.co.uk"></a>Dirk Koopman G1TLH</address>
<p>
<!-- Created: Wed Dec 2 18:22:33 GMT 1998 -->
<!-- hhmts start -->
Last modified: Fri Jul 20 21:21:00 GMT 2007
<!-- hhmts end -->
<h4>Introduction</h4>
The DXSpider DX cluster system is written in <a
href="http://www.perl.com">perl 5.004</a> running under <a
href="http://www.linuxhq.com">Linux</a> as an exercise in
self-training for both protocol research and teaching myself <a
href="http://www.perl.com">perl</a>. It also runs perfectly
happily under Microsoft Windows from Win98 upwards using either
<a href="http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl">Activestate</a> perl or one
of the unix subsystem/environments for windows such as
<a href="http://www.cygwin.com">Cygwin</a>.
<h4>What is a DX Cluster?</h4>
A DX Cluster is a means for Amateur (Ham) Radio operators to tell each
other, in realtime, about DX stations (other interesting or rare
Amateur Radio stations all over the world).
<p>To quote what is probably the most comprehensive source of DX Cluster related
information, the <a href="http://www.cestro.com/pcluster/">DX PacketCluster WebNet</a>,
a Cluster is:-
<p><em>One station is set up with PacketCluster and is linked to one or
more other stations who have installed the software. These nodes
when connected are called a cluster. Clusters are connected to
clusters, expanding the network. Individual users connect to the
nodes on a frequency different from what the node stations are
linked on. Users are capable of announcing DX spots and related
announcements, send personal talk messages, send and receive
mail messages, search and retrive archived data, and access data
from information databases among its many features.</em>
<p>It's a rather specialised (and not as robust) form of IRC really.
<p>The original package runs under DOS and was created by Dick Newell AK1A
but is no longer under active development. Most replacements also run under
DOS and/or are closed source. I wanted something in open source (so I don't
have to do <em>all</em> the work) and for Linux. A side benefit of writing
the program in perl is that it works perfectly well on other versions of
unix as well as all flavours of Windows from Win98 upwards.
<p>This document will contain all the instructions for its
installation and use - eventually...
<h4>Contents</h4>
<ol>
<li> <a href="http://www.dxcluster.org/download/">Download</a> the software and any patches.
<li> DXSpider <a href="installation_en.html">Installation</a> manual.
<li> DXSpider <a href="adminmanual_en.html">Administration</a> manual.
<li> DXSpider <a href="usermanual_en.html">User</a> manual.
<li> DXSpider <a href="filtering_en.html">Filter</a> manual.
<li> We have a new <a href="http://wiki.dxcluster.org">Wiki</a> where, hopefully, more up to date versions of the documentation can be found (this is work in progress).
<li> Peruse the <a href="spiderFAQ_en.html">FAQ</a>
<li> If you are on the bleeding edge, see the <a href="spiderCVS_en.html">CVS Addendum</a>.
<li> <a href="/cgi-bin/gitweb.cgi?p=spider.git">Browse</a> the <a href="http://git.or.cz">Git</a> Repository.
<li> Explaining the <a href="client.html">client</a> programs.
<li> <a href="cron.html">Periodic</a> jobs, e.g. starting connection to other clusters.
<li> <a href="program.html">Programming</a> new commands or altering existing ones.
<li> <a href="local.html">Local</a> customisation of the cluster daemon.
</ol>
<!-- Standard Footer!! -->
<p>&nbsp;</p>
<p>
<FONT COLOR="#606060"><hr></font>
<font color="#FF0000" size=-2>
Copyright &copy; 1998-2004 by Dirk Koopman G1TLH. All Rights Reserved<br>
</font>
<font color="#000000" size=-2>$Id$</font>
</body>
</html>