isdn4k-utils/rcapid
Karsten Keil bb95e4f72e daemons should be installed under a sbin dir 1999-10-25 12:26:14 +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:30 +00:00
acinclude.m4 - The CAPI20 library is now a shared library. 1999-10-20 16:43:19 +00:00
aclocal.m4 - The CAPI20 library is now a shared library. 1999-10-20 16:43:19 +00:00
configure - The CAPI20 library is now a shared library. 1999-10-20 16:43:19 +00:00
configure.in - The CAPI20 library is now a shared library. 1999-10-20 16:43:19 +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 Simple Remote-CAPI-Server implementation 1998-05-19 18:10:30 +00:00
rcapid.c - The CAPI20 library is now a shared library. 1999-10-20 16:43:19 +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