You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
13 years ago | |
---|---|---|
.. | ||
LICENSE | 15 years ago | |
README | 15 years ago | |
capi20.c | 13 years ago | |
capi20.h | 15 years ago | |
capi20_platform.h | 14 years ago | |
capicmd.h | 15 years ago | |
capifunc.c | 15 years ago | |
capiutils.h | 15 years ago | |
convert.c | 13 years ago |
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