README
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:3k
- README FILE
- Linux Quicknet-Drivers
- Quicknet Technologies, Inc. (www.quicknet.net)
- The Quicknet device driver is released as is in pre-alpha, binary
- format only. Quicknet will not release source code to their drivers.
- Permission is granted for unrestricted experimental use of the
- Quicknet device driver module.
- * IN NO EVENT SHALL QUICKNET TECHNOLOGIES, INC. BE LIABLE TO ANY PARTY FOR
- * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
- * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF QUICKNET
- * TECHNOLOGIES, INC.HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * QUICKNET TECHNOLOGIES, INC. SPECIFICALLY DISCLAIMS ANY WARRANTIES,
- * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
- * ON AN "AS IS" BASIS, AND QUICKNET TECHNOLOGIES, INC. HAS NO OBLIGATION
- * TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
- */
- Contents of the tar file:
- README - this file
- IXJ-HOWTO - simple description of how to use the module
- FAQ - Frequently Asked Questions about the drivers
- CHANGES - describes recent changes made to the drivers and software
- CHANGES-PREVIOUS - the CHANGES file for one revision back
- CHANGES-PREVIOUS-2 - the CHANGES file for two revisions back
- ixj.o - binary Quicknet device driver module
- ixjuser.h - device driver header file
- ixj_dev_create - script to build proper device files in /dev
- Contents of the samples sub-directory:
- LICENSE - LGPL License, which applies to source code in this tarfile
- Makefile - makefile for building sample applications
- ixjuser.h - device driver header file
- tpjackd.c - sample daemon application source code
- tpjack.c - sample client application source code
- udp.c - functions that handle udp packets
- udp.h - header file for udp.h
- dtmfread.c - sample application to read DTMF digits
- busytone.c - sample application to play ring/busy signal
- playtone.c - sample application to play DTMF digits
- intercom.c - sample application to use 2 cards as an intercom
- inter2.c - sample application to use 2 cards in the same PC as an intercom
- record.c - sample application to record sound from the handset
- playback.c - sample application to playback sound files to the handset
- ixjasync.c - sample application to demonstrate asyncronous notification
- ring.c - sample application to ring the phone
- led.c - sample application to blink the LEDs on the LineJACK
- testram.c - test application to board test the RAM on the DSP. Requires
- a system reboot after use.