X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2FREADME;h=d496967d93e7f441d584fe396a2dcede49a6482e;hb=refs%2Fheads%2Fip_address;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=9cac31473878fc88778cb13d843fa77c5fd33d65;p=spider.git diff --git a/src/README b/src/README index e69de29b..d496967d 100644 --- a/src/README +++ b/src/README @@ -0,0 +1,31 @@ +The C client + +Eventually this client will do everything that the standard C client does +but, for the moment, it does the following:- + + * replaces client.pl on INCOMING connections for ax25 and telnet + * provides a LOCAL connection on a console or xterm + +In order to use this client you must:- + + 1. Compile it (type 'make'). + 2. Change the entries in /etc/ax25/ax25d.conf referencing client.pl + from: + +[ether] +NOCALL * * * * * * L +default * * * * * * - spider /spider/perl/client.pl client.pl %u ax25 + + to: + +[ether] +NOCALL * * * * * * L +default * * * * * * - spider /spider/src/client client %u ax25 + + 3. Send ax25d a HUP signal ('killall -HUP ax25d'). + +Please let me know how it performs:- + +Dirk Koopman (mailto:dxspider-support@dxcluster.org) + +Last modified: $Id$ \ No newline at end of file