README
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:3k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. README FILE
  2. Linux Quicknet-Drivers
  3. Quicknet Technologies, Inc. (www.quicknet.net)
  4. The Quicknet device driver is released as is in pre-alpha, binary
  5. format only.  Quicknet will not release source code to their drivers.
  6. Permission is granted for unrestricted experimental use of the
  7. Quicknet device driver module.
  8.  * IN NO EVENT SHALL QUICKNET TECHNOLOGIES, INC. BE LIABLE TO ANY PARTY FOR
  9.  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  10.  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF QUICKNET
  11.  * TECHNOLOGIES, INC.HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  12.  *
  13.  * QUICKNET TECHNOLOGIES, INC. SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  14.  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  15.  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  16.  * ON AN "AS IS" BASIS, AND QUICKNET TECHNOLOGIES, INC. HAS NO OBLIGATION 
  17.  * TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  18.  */
  19. Contents of the tar file:
  20. README     - this file
  21. IXJ-HOWTO  - simple description of how to use the module
  22. FAQ        - Frequently Asked Questions about the drivers
  23. CHANGES    - describes recent changes made to the drivers and software
  24. CHANGES-PREVIOUS - the CHANGES file for one revision back 
  25. CHANGES-PREVIOUS-2 - the CHANGES file for two revisions back 
  26. ixj.o      - binary Quicknet device driver module
  27. ixjuser.h  - device driver header file 
  28. ixj_dev_create - script to build proper device files in /dev
  29. Contents of the samples sub-directory:
  30. LICENSE    - LGPL License, which applies to source code in this tarfile
  31. Makefile   - makefile for building sample applications
  32. ixjuser.h  - device driver header file 
  33. tpjackd.c  - sample daemon application source code 
  34. tpjack.c   - sample client application source code 
  35. udp.c      - functions that handle udp packets 
  36. udp.h      - header file for udp.h 
  37. dtmfread.c - sample application to read DTMF digits 
  38. busytone.c - sample application to play ring/busy signal 
  39. playtone.c - sample application to play DTMF digits 
  40. intercom.c - sample application to use 2 cards as an intercom
  41. inter2.c   - sample application to use 2 cards in the same PC as an intercom
  42. record.c   - sample application to record sound from the handset
  43. playback.c - sample application to playback sound files to the handset
  44. ixjasync.c - sample application to demonstrate asyncronous notification
  45. ring.c     - sample application to ring the phone
  46. led.c      - sample application to blink the LEDs on the LineJACK
  47. testram.c  - test application to board test the RAM on the DSP.  Requires
  48.              a system reboot after use.