chan-capi/libcapi20
MelwareDE 4b14aadd04 Fixed DATA_B3_REQ data32 pointer for big endian. 2008-10-29 22:35:19 +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 Fixed DATA_B3_REQ data32 pointer for big endian. 2008-10-29 22:35:19 +00:00
capi20.h Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +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 Added own libcapi20 to avoid dependencies on host for libcapi20. 2008-03-13 11:02:41 +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