WANPIPE 3.2.4 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News WANPIPE 3.2.4 (Stable branch)
# 1  
Old 03-11-2008
WANPIPE 3.2.4 (Stable branch)

WANPIPE S-series is a family of intelligent multi-protocol WAN and ADSL adapters that support data transfer rates up to 8Mbps. All WAN protocols supported by WANPIPE are implemented in firmware and run on the card. An advantage of an intelligent adapter is that it offloads the system CPU and improves stability. By adding a Sangoma WAN/ADSL component to the Linux kernel, one can create a powerful multi-T1/ADSL router/firewall with proven reliability of Linux. Sangoma S-series cards support an optional on board T1/E1 CSU/DSU that eliminates all external components of a traditional routing solution: i.e. T1/E1 line can be directly connected to the card. WANPIPE supports the following protocols, ATM, ADSL, Frame Relay, PPP, MULTILINK PPP, CHDLC, X25(API), BitStreaming (API), BiSync(API), and SDLC(API). Furthermore, WANPIPE supports custom API development such as: Credit card verification, Voice-over IP, Satellite Comm. All device drivers are part of the standard Linux Kernel distribution. License: GNU General Public License (GPL)Changes:
Initial update for 2.6.24 kernels. Bugfixes for the TDM API. Updated for Zaptel 1.4.9. Support for AFT IRQ throttling. Support for tapping voice channels during Asterisk-Zaptel/TMD at the kernel level. AFT software ring buffers on A200/A400 analog cards.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CE(4)                                                    BSD/i386 Kernel Interfaces Manual                                                   CE(4)

NAME
ce -- driver for synchronous Cronyx Tau-PCI/32 WAN adapters SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device ce Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_ce_load="YES" Additional options: device sppp options NETGRAPH options NETGRAPH_CRONYX DESCRIPTION
The ce driver needs either sppp(4) or netgraph(4). Which one to use is determined by the NETGRAPH_CRONYX option. If this option is present in your kernel configuration file, the ce driver will be compiled with netgraph(4) support. Otherwise, it will be compiled with sppp(4) sup- port. Refer to sconfig(8) for information about the ce adapter configuration. HARDWARE
The ce driver supports the following models of Tau-PCI/32 WAN adapters: Cronyx Tau-PCI/32 two fractional/unframed E1 interfaces, with 32 HDLC channels shared between them with total adapter throughput 2048 kbps. Cronyx Tau-PCI/32-Lite single fractional/unframed E1 interface, with 32 HDLC channels. SEE ALSO
cp(4), ctau(4), cx(4), sppp(4), ifconfig(8), sconfig(8), spppcontrol(8) HISTORY
The ce driver was added in FreeBSD 6.2, FreeBSD 5.5 and FreeBSD 4.11. The ce driver for previous versions of FreeBSD is available from http://www.cronyx.ru/. BSD January 30, 2006 BSD