mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-11 06:13:09 +01:00
| .. | ||
| CHANGELOG | ||
| client.c | ||
| getopt.c | ||
| LICENSE | ||
| Makefile | ||
| README | ||
| tpclient.c | ||
| tpclient.h | ||
| tpcommon.c | ||
| tpcommon.h | ||
| tpengine.c | ||
| tpengine.h | ||
| tpio.h | ||
| tpio_unix.c | ||
| tpio_unix.h | ||
| tptest3.txt | ||
| tptestclient.man | ||
$Id: README,v 1.1 2002/09/12 19:28:38 rlonn Exp $ $Source: /cvsroot/tptest/os-dep/unix/README,v $ tpio_unix is the platform-dependent communications module for Unix. It has been compiled and tested on Solaris 2.8, Redhat Linux 7.0, OpenBSD 2.7 and NetBSD 1.5. To build tpio_unix.o Do: On Solaris: gcc -c tpio_unix.c -DUNIX -DSOLARIS On *BSD: gcc -c tpio_unix.c -DUNIX -DOPENBSD On Linux: gcc -c tpio_unix.c -DUNIX -DLINUX The resulting tpio_unix.o is used together with the test engine files (tpengine.o, tpcommon.o, tpclient.o) to create clients and servers.