X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2FspiderCVS.html;h=392da5049ed5e98f63e870a1f575300069f8b299;hb=1bb3ae1a09a6117d93c02041bff9b5cd2d4819ef;hp=2da639b8d3673be42a7b8007d2134c73c6d51b14;hpb=5e145358734eabf8855fb2b4c1daabcc55bd9da0;p=spider.git diff --git a/html/spiderCVS.html b/html/spiderCVS.html index 2da639b8..392da504 100644 --- a/html/spiderCVS.html +++ b/html/spiderCVS.html @@ -1,8 +1,8 @@ - - The DXSpider CVS Changes addendum + + The DXSpider CVS Changes Addendum v1.50 @@ -12,88 +12,28 @@ Next Previous Contents
-

The DXSpider CVS Changes addendum

+

The DXSpider CVS Changes Addendum v1.50

-

Ian Maude, G0VGS, (ianmaude@btinternet.com)

Version 0.1 March 2001 -


+

Ian Maude, G0VGS, (g0vgs@gb7mbc.net)

February 2003 revision 0.1 +
A reference for CVS users of the DXSpider DXCluster program.

If you have any problems with a new CVS version please mail the support -list or come and report on WW Convers channel 9000 or from a 44 host to -sys2.pa4ab.ampr.org (44.137.44.16) port 6667 (IRC) and join #9000. -

-

The latest CVS is version 1.47. There are major changes going on currently -as the code is altered to allow DXSpider to be run under Microsoft Windows. -

There is a separate file for the Windows installation in the /spider/html -and /spider/txt directories so I will not include that here. -

For Linux users, there are several steps to complete to update from -version 1.46. -

PLEASE READ ALL THE FOLLOWING BEFORE STARTING -

-

-

The Listeners.pm file looks something like this ... -

-

-
-#
-# Copy this file to /spider/local and modify it to your requirements
-#
-#
-# This file specifies which local interfaces and ports you will be
-# listening on
-#
-# You can add as many as you like
-#
+list.

-package main; +

The latest CVS is version 1.50 build 57.191. There are major changes going on currently as the code is being prepared for New Protocol.

-use vars qw(@listen); +

To run the latest CVS you need to additional perl modules. The links are below...

-@listen = ( -# ["localhost", 7300], -# ["foo.dxcluster.net", 7300], - ); - -1; -
-
-

Alter the hostnames and ports to reflect you setup. This file is only -used for incoming telnet requests. You do not have to use hostnames, it -is quite ok to use IP addresses and it is also a matter of choice whether -or not you add the domain. -

Here is an example of a working Listeners.pm file .. -

-

-
-@listen = (
-                   ["localhost", 8000],
-                   ["sys2", 8000],
-                   ["apu", 8000],
-                  );
-
-
-

Now all this is well and good if you have a static IP address. If your IP -address is dynamic then one line will do, like this ... -

-

-
-@listen = (
-                   ["0.0.0.0", 8000],
-                  );
-
-
-

From this version, the file client.pl has ceased to be needed. In fact it -has been removed. If you are still using client.pl in your ax25d.conf then -replace it with /spider/src/client.

+

+

+
Next Previous