isdn4k-utils/rcapid
calle 43a29ed1f4 add .cvsignore 2000-03-03 15:54:39 +00:00
..
.cvsignore add .cvsignore 2000-03-03 15:54:39 +00:00
Makefile.am daemons should be installed under a sbin dir 1999-10-25 12:26:14 +00:00
Makefile.in daemons should be installed under a sbin dir 1999-10-25 12:26:14 +00:00
README Simple Remote-CAPI-Server implementation 1998-05-19 18:10:11 +00:00
acinclude.m4 - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
aclocal.m4 - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
configure - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
configure.in - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
install-sh Simple Remote-CAPI-Server implementation 1998-05-19 18:10:11 +00:00
missing - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
mkinstalldirs - The CAPI20 library is now a shared library. 1999-10-20 16:43:17 +00:00
rcapicmd.h fixed rcapid to work with later versions of Bintec's remote capi client 2000-01-29 18:52:25 +00:00
rcapid.c fixed rcapid to work with later versions of Bintec's remote capi client 2000-01-29 18:52:25 +00:00

README

First implementation of a simple Remote-CAPI server. It works with
the CAPI-2.0 interface offered by the AVM-B1-card.

Installation:

- add the following line to /etc/services:

  capi 6000/tcp


- add the following line to /etc/inetd.conf:

  capi stream tcp nowait.9999 /sbin/rcapid rcapid


- restart inetd