chan-capi/libcapi20
MelwareDE 2384c8d7cc Merged latest changes from trunk. 2011-10-01 16:32:26 +00:00
..
LICENSE Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +00:00
README Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +00:00
capi20.c Merge latest fixes to stable branch. 2010-04-06 17:33:25 +00:00
capi20.h Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +00:00
capi20_platform.h Current trunk is about to become new release. So lets put it into stable. 2009-07-23 14:11:08 +00:00
capicmd.h Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +00:00
capifunc.c Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +00:00
capiutils.h Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +00:00
convert.c Merged latest changes from trunk. 2011-10-01 16:32:26 +00:00

README

This Library supports remote CAPI over an TCP/IP network.

On the remote machine you need to have running
 kernelcapi
 libcapi20
 rcapid

On the local machine you just need this libcapi20 and
your application.

For remote configuration the library looks for
  ~/.capi20rc
and if it doesn't exist it looks for
  /etc/capi20.conf

To set the remote machine, the above file need to have
the following line
  REMOTE <remote hostname|ip-address> <remote port>

If this doesn't exist, the library tries the old, normal way
of using the local /dev/capi20.


Trace-Feature:
If the CAPI messages shall be logged, add the following entries to
the configuration file:
  TRACEFILE </path/to/tracefile>
  TRACELEVEL 0|1|2

The tracelevel configured which CAPI messages shall be logged:
 0 = none
 1 = signaling messages
 2 = all (including data messages)

---
Armin Schindler
armin@melware.de