wanpipe/api
Harald Welte e5ec5ffa8b wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
..
adccp wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
aft wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
asyhdlc wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
bisync wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
bisync_strm wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
bitstrm wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
chdlc wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
fr wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
lib wanpipe-3.3.2.tgz 2021-12-29 18:18:25 +01:00
libsangoma wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
mpapi wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
pos wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
sdlc wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
tdmapi wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
x25 wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
xdlc wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
Makefile wanpipe-3.3.14.tgz 2021-12-29 18:23:59 +01:00
README Checkin of wanpipe-2.3.2-7.tgz 2021-12-29 17:56:27 +01:00
wanec_apilib wanpipe-3.3.2.tgz 2021-12-29 18:18:25 +01:00

README

WANPIPE API SAMPLE PROGRAMS
===========================

Author: Nenad Corbic


Note: These applications are NOT supported for 
      kernels lower than 2.2.X.
      API drivers and applicatons are ONLY 
      suppoted in 2.2.X kernels and greater.

This directory contains:

X25:	WANPIPE X25 API sample programs. These programs
        should be used for rapid x25 api development,
        and initial testing.

FR:	WANPIPE Frame Relay API sample programs. These programs
        should be used for rapid frame relay api development,
        and initial testing.

CHDLC:	WANPIPE CHDLC API sample programs. These programs
        should be used for rapid chlc api development,
        and initial testing.

BITSTRM: WANPIPE BitStreaming API sample programs. These programs
        should be used for rapid bitstreaming api development,
        and initial testing.

BiSync: WANPIPE BiSync API sample programs. These programs
        should be used for rapid BiSync api development,
        and initial testing.


Special Products
----------------

Note, driver for these products are not installed
by default. They must be specfined during the
installation process to the ./Setup script.


BiSync_strm: 
	WANPIPE BiSync Streaming API sample programs. These programs
        should be used for rapid BiSync Streamin api development,
        and initial testing. Used specificly for NASDAQ feeds.

	eg: ./Setup install --protocol=BSCSTRM

SS7:	WANPIPE SS7 API sample programs. These programs
        should be used for rapid ss7 api development,
        and initial testing.
	
	eg: ./Setup install --protocol=SS7

MPAPI:	WANPIPE Multi-Protocol API Stacks
        The MPAPI includes the Wanpipe X25/LapB kernel stack.
        These programs should be used for rapid X25API 
	development,and initial testing.  Furhtermore the kernel
	X25API stack can run on top of MP HDLC driver or MP Frame
	Relay driver, over PRI and SEC S514/S508 ports.


To compile all api sample programs:

1. Change directory to /etc/wanpipe/api
2. Run 'make'