--------------------------------------------------------------------------------
- Readme for DTAPI Service/Daemon
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
- Table of Contents
--------------------------------------------------------------------------------

 1. Version History
 2. Introduction
 3. Installation Instructions
 4. Contact Information

--------------------------------------------------------------------------------
- 1. Version History
--------------------------------------------------------------------------------

Date:		Version:	Remarks:
2013.02.15	2.2.1.22	Refer to "SDK - Revision History.pdf" for details
2012.10.31	2.1.2.17	Refer to "SDK - Revision History.pdf" for details
2012.08.17	2.0.9.12	Refer to "SDK - Revision History.pdf" for details
2012.07.02	2.0.8.10	Refer to "SDK - Revision History.pdf" for details
2012.06.07	2.0.7.8		Refer to "SDK - Revision History.pdf" for details
2012.05.14	2.0.6.7	    First release to the field of new V2 service
						NOTE: requires DTAPI (V5.x) Dta (V4.x) and Dtu (V4.x)

						        
--------------------------------------------------------------------------------
- 2. Introduction
--------------------------------------------------------------------------------

The DTAPI service is a Linux daemon (service) that manages DekTec's range of 
demodulator boards. The following demodulators are supported:
- DTU-234	(VSB/QAM-B receiver for USB)
- DTU-235	(DVB-T measurement receiver for USB)
- DTU-236	(QAM measurement receiver + ASI input for USB)
- DTA-2131	(Multi-standard VHF/UHF demodulator for PCI Express)
- DTA-2135	(Dual DVB-T receiver for PCI Express)
- DTA-2136	(Dual QAM-A/B/C receiver for PCI Express)
- DTA-2137	(Dual DVB-S/DVB-S2 receiver for PCI Express)
- DTA-2138	(DVB C2/T2 receiver for PCI Express)
- DTA-2139	(Twelve-channel QAM Receiver for PCI Express)
 
NOTE: this service must be running to be able to use the above boards.
 
--------------------------------------------------------------------------------
- 3. Installation Instructions
--------------------------------------------------------------------------------

The DtapiService dynamically links to a set of shared libraries. Make sure you
have installed the following shared library versions.
 - libstdc++.so.6
 - libgcc_s.so.1
 - libpthread.so.0
 - libm.so.6
 - libc.so.6
 - libdl.so.2

To install the DtapiService, execute the self-extracting binary 
DtapiService.bin. This should be done as super user, for example: 
"sudo ./DtapiService.bin". The installer will use temporary 
storage in "/tmp/DtapiServiceInstaller".

After having installed the DtapiService it should start automatically whenever 
you boot. To manually start and stop the daemon you can use the 
DtapiServiceInit script located in your init directory. 
Type "DtapiServiceInit start" to start the daemon and "DtapiServiceInit stop"
to stop it.

IMPORTANT: 
* For the DtapiService to properly work the Dta driver must be
running. Please refer to the Dta readme file for instructions on how to
compile and install the driver. 
* The DtapiService also needs write-access to the /tmp directory and the 
/dev/shm directory.

--------------------------------------------------------------------------------
- 4. Contact Information
--------------------------------------------------------------------------------

Please find our contact information below:

DekTec Digital Video B.V.
Godelindeweg 4
1217 HR Hilversum
The Netherlands

Tel:		+31 (0)35 2030 100
email: 		support@dektec.com / info@dektec.com
website:	www.dektec.com
