isdn4k-utils/rcapid
fritz 63eee5197e Make rcapid compile with enclosed libcapi20.
No more need for AVM's adk.
1998-10-23 12:23:55 +00:00
..
Makefile.in Make rcapid compile with enclosed libcapi20. 1998-10-23 12:23:55 +00:00
README Simple Remote-CAPI-Server implementation 1998-05-19 18:10:11 +00:00
aclocal.m4 Fixed autoconfig for 2.0.36 1998-10-13 22:35:05 +00:00
configure Make rcapid compile with enclosed libcapi20. 1998-10-23 12:23:55 +00:00
configure.in Make rcapid compile with enclosed libcapi20. 1998-10-23 12:23:55 +00:00
install-sh Simple Remote-CAPI-Server implementation 1998-05-19 18:10:11 +00:00
rcapicmd.h Simple Remote-CAPI-Server implementation 1998-05-19 18:10:11 +00:00
rcapid.c Make rcapid compile with enclosed libcapi20. 1998-10-23 12:23:55 +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