~ubuntu-branches/ubuntu/trusty/libhdhomerun/trusty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2011-03-25 16:30:20 UTC
  • mfrom: (1.1.10 upstream) (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110325163020-cz65j0hkmfep1pfi
Tags: 20110323-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * README
3
 
 *
4
 
 * Copyright � 2005-2009 Silicondust USA Inc. <www.silicondust.com>.
5
 
 *
6
 
 * This library is free software; you can redistribute it and/or 
7
 
 * modify it under the terms of the GNU Lesser General Public
8
 
 * License as published by the Free Software Foundation; either
9
 
 * version 3 of the License, or (at your option) any later version.
10
 
 *
11
 
 * This library is distributed in the hope that it will be useful,
12
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
 
 * Lesser General Public License for more details.
15
 
 *
16
 
 * You should have received a copy of the GNU Lesser General Public
17
 
 * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
18
 
 * 
19
 
 * As a special exception to the GNU Lesser General Public License,
20
 
 * you may link, statically or dynamically, an application with a
21
 
 * publicly distributed version of the Library to produce an
22
 
 * executable file containing portions of the Library, and
23
 
 * distribute that executable file under terms of your choice,
24
 
 * without any of the additional requirements listed in clause 4 of
25
 
 * the GNU Lesser General Public License.
26
 
 * 
27
 
 * By "a publicly distributed version of the Library", we mean
28
 
 * either the unmodified Library as distributed by Silicondust, or a
29
 
 * modified version of the Library that is distributed under the
30
 
 * conditions defined in the GNU Lesser General Public License.
31
 
 */
32
 
 
33
 
Top level include file: hdhomerun.h
34
 
 
35
 
Top level API: hdhomerun_device. See hdhomerun_device.h for documentation.
36
 
 
37
 
The hdhomerun_device API should be used rather than the low level control and video APIs required with previous versions.
38
 
 
39
 
Additional libraries required:
40
 
- pthread
41
 
- iphlpapi (windows only)
 
1
/*
 
2
 * README
 
3
 *
 
4
 * Copyright � 2005-2009 Silicondust USA Inc. <www.silicondust.com>.
 
5
 *
 
6
 * This library is free software; you can redistribute it and/or 
 
7
 * modify it under the terms of the GNU Lesser General Public
 
8
 * License as published by the Free Software Foundation; either
 
9
 * version 3 of the License, or (at your option) any later version.
 
10
 *
 
11
 * This library is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
14
 * Lesser General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU Lesser General Public
 
17
 * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
18
 * 
 
19
 * As a special exception to the GNU Lesser General Public License,
 
20
 * you may link, statically or dynamically, an application with a
 
21
 * publicly distributed version of the Library to produce an
 
22
 * executable file containing portions of the Library, and
 
23
 * distribute that executable file under terms of your choice,
 
24
 * without any of the additional requirements listed in clause 4 of
 
25
 * the GNU Lesser General Public License.
 
26
 * 
 
27
 * By "a publicly distributed version of the Library", we mean
 
28
 * either the unmodified Library as distributed by Silicondust, or a
 
29
 * modified version of the Library that is distributed under the
 
30
 * conditions defined in the GNU Lesser General Public License.
 
31
 */
 
32
 
 
33
Top level include file: hdhomerun.h
 
34
 
 
35
Top level API: hdhomerun_device. See hdhomerun_device.h for documentation.
 
36
 
 
37
The hdhomerun_device API should be used rather than the low level control and video APIs required with previous versions.
 
38
 
 
39
Additional libraries required:
 
40
- pthread
 
41
- iphlpapi (windows only)