wanpipe/util
Harald Welte 95c8c09dd6 wanpipe-7.0.34.tgz 2021-12-29 19:58:24 +01:00
..
bwm wanpipe-3.5.15.tgz 2021-12-29 18:45:55 +01:00
bwm-ng wanpipe-7.0.8.tgz 2021-12-29 18:59:45 +01:00
ft1 wanpipe-3.5.24.tgz 2021-12-29 18:51:11 +01:00
lxdialog wanpipe-3.5.28.tgz 2021-12-29 18:54:03 +01:00
misc wanpipe-3.5.16.tgz 2021-12-29 18:45:57 +01:00
sdladump wanpipe-3.5.16.tgz 2021-12-29 18:45:57 +01:00
wan_aftup wanpipe-7.0.14.tgz 2021-12-29 19:02:05 +01:00
wan_fxotune wanpipe-7.0.0.tgz 2021-12-29 18:54:56 +01:00
wan_hdlc_eng wanpipe-3.5.24.tgz 2021-12-29 18:51:11 +01:00
wan_plxctrl wanpipe-3.5.24.tgz 2021-12-29 18:51:11 +01:00
wancfg wanpipe-7.0.15.tgz 2021-12-29 19:02:34 +01:00
wancfg_legacy wanpipe-3.5.24.tgz 2021-12-29 18:51:11 +01:00
wancfg_zaptel wanpipe-7.0.27.tgz 2021-12-29 19:58:24 +01:00
wanconfig wanpipe-7.0.27.tgz 2021-12-29 19:58:24 +01:00
wanctl wanpipe-3.5.27.tgz 2021-12-29 18:53:40 +01:00
wanec_client wanpipe-7.0.12.tgz 2021-12-29 19:01:39 +01:00
wanpipemon wanpipe-7.0.34.tgz 2021-12-29 19:58:24 +01:00
wanpipemon_legacy wanpipe-7.0.34.tgz 2021-12-29 19:58:24 +01:00
Makefile wanpipe-3.5.24.tgz 2021-12-29 18:51:11 +01:00
README Checkin of wanpipe-2.3.2-7.tgz 2021-12-29 17:56:27 +01:00
lib wanpipe-2.3.4-10.tgz 2021-12-29 17:59:00 +01:00
libsangoma wanpipe-3.5.21.tgz 2021-12-29 18:47:28 +01:00

README

WANPIPE CONFIGURATION UTILITIES
===============================

Author: Nenad Corbic


This directory contains:

WANCFG:	WANPIPE configuration setup utility.
        This is a GUI program written in, bash 
        version 2, shell script. Wancfg will create
        the wanpipe#.conf configuration file needed
        to start the wanrouter.

CFGFT1:	WANPIPE FT1 CSU/DSU configurator utility.
        This is a GUI program written in, bash
        version 2, shell script. Cfgfg1 will setup
        the internal CSU/DSU that comes with Sangoma
        S508/S514 FT1 cards.

LXDIALOG: WANPIPE GUI utility used by both CFGFT1 and 
 	  WANCFG programs.  It is a modification of 
	  Dialog program for specific use of Sangoma
          products.	


Environment Specific Information
--------------------------------

REDHAT
------

All utilities come pre-compiled with RedHat glib6
libraries. Therefore, if one is running RedHat no 
compilation is necessary. Utilities should be executed 
from /usr/sbin directory.


OTHER DISTRIBUTIONS
-------------------

If one is running on a NON RedHat distribution with 
different libraries, the configurator binaries might
fail. In this case, one can recompile all configurator
utilities by running 'make' from wanpipe/config
directory.

Before recompiling utilities, read the:

wanpipe/config/ft1/REAMDE file.
wanpipe/config/wancfg/README file.
 

To compile configurator utilities:

1. Change directory to wanpipe/config
2. Run 'make'