TECHNICAL INFORMATION DOCUMENT TITLE: ipxtli - UnixWare Source Examples for IPX/TLI DOCUMENT ID: TID300069 DOCUMENT REVISION: B DATE: 25JAN95 ALERT STATUS: Yellow INFORMATION TYPE: Issue README FOR: IPXTLI PRODUCT and VERSION: UnixWare 1.1 ABSTRACT: Note: This supplement is NOT SUPPORTED. It is provided "AS-IS" to knowledgeable users as a courtesy. The file ipxtli contains ipxtli - UnixWare Source Example for IPX TLI. Download this file to get some good examples of code using the TLI Interface. Included are: ORD - spx tests with orderly release. TIMOD - tli TIRDWR - tli and read/write streams module. Based on a BrianShare program by Kyle Unice. ISSUE The file ipxtli contains ipxtli - UnixWare Source Example for IPX TLI. Download this file to get some good examples of code using the TLI Interface. Included are: ORD - spx tests with orderly release. TIMOD - tli TIRDWR - tli and read/write streams module. Based on a BrianShare program by Kyle Unice. Installation Instructions: DATATYPE: file 1. Download the ipxli.tar and ipxli.txt files to the /tmp directory on your machine. 2. Read the release notes contained in this file. 3. Now become root, move the file into a convenient directory and untar the sample code into a convenient directory. $su #mv {path_to_file}/ipxtli.tar /home/you/samples ( or any directory you like ) #tar xvf ipx.tli.tar This will create a ./ipxtli directory with ORD, TIMOD and TIRDWR directories.