spider/src
2001-03-30 22:00:22 +00:00
..
chain.c can use Sourceforge now! 2000-07-20 14:16:00 +00:00
chain.h first cut of client 2000-03-26 00:03:30 +00:00
client.c rename setmode for freebsd 2001-03-30 22:00:22 +00:00
cmsg.c added echo cancelling 2000-10-29 11:00:06 +00:00
cmsg.h can use Sourceforge now! 2000-07-20 14:16:00 +00:00
debug.c a working version? 2000-03-26 14:18:24 +00:00
debug.h a working version? 2000-03-26 14:18:24 +00:00
Makefile a working version? 2000-03-26 14:18:24 +00:00
README added text to README 2000-03-26 14:38:18 +00:00
sel.c can use Sourceforge now! 2000-07-20 14:16:00 +00:00
sel.h can use Sourceforge now! 2000-07-20 14:16:00 +00:00

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$