isdn4k-utils/rcapid
Carsten Paeth de8964c8dc Newer generated files. 2005-03-04 11:07:39 +00:00
..
.cvsignore add .cvsignore 2000-03-03 15:54:39 +00:00
Makefile.am More changes to compile without kernel source 2002-07-19 21:23:55 +00:00
Makefile.in Newer generated files. 2005-03-04 11:07:39 +00:00
README Simple Remote-CAPI-Server implementation 1998-05-19 18:10:30 +00:00
aclocal.m4 Newer generated files. 2005-03-04 11:07:39 +00:00
configure Newer generated files. 2005-03-04 11:07:39 +00:00
configure.in First changes to compile utils without /usr/src/linux/drivers/isdn 2002-07-19 19:03:58 +00:00
install-sh Simple Remote-CAPI-Server implementation 1998-05-19 18:10:30 +00:00
missing - The CAPI20 library is now a shared library. 1999-10-20 16:43:19 +00:00
mkinstalldirs - The CAPI20 library is now a shared library. 1999-10-20 16:43:19 +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