File: info.html

package info (click to toggle)
libticables 1.3.5%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,720 kB
  • sloc: ansic: 12,246; makefile: 1,446; sh: 131; xml: 23; sed: 16
file content (109 lines) | stat: -rw-r--r-- 4,444 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>General Information about TiCables library</title>
  <style type="TEXT/CSS">
<!--
BODY {FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #FFFFFF; FONT-SIZE: 10pt}
TD {FONT-SIZE: 10pt}
H1 {FONT-SIZE: 18pt}
H3 {FONT-SIZE: 13pt}
PRE {FONT-FAMILY: Courier New; FONT-SIZE: 9pt}
CODE {FONT-FAMILY: Courier New; FONT-SIZE: 9pt}
-->
  </style>
  <meta name="author" content="Romain Li&eacute;vin">
</head>
<body alink="#ff0000" bgcolor="#ffffff" text="#000000" vlink="#0000ff">
<h1> General Information about TiCables library </h1>
<hr>
<pre>&nbsp;<em>&nbsp;</em></pre>
The TiCables library is a part of the <a href="http://www.tilp.info">TiLP</a>
project and constitutes with the other libraries a complete framework
for developping linking and/or TI calculator files oriented applications.<br>
<br>
<h3>Overview </h3>
The ticables library is able to handle the different link cables
designed for TI's graphing calculators (also called handhelds) in a fairly
transparent fashion. With this library, the developer does not have to worry about
the different link cables' characteristics as well as the different platforms.
<br>
The library provides a complete API which is very easy to use and makes
things easier.<br>
<br>
The library is completely independent of the Operating System and can
be used on several platforms such as:<br>
- any flavour of Linux (x86, Alpha, Sparc, iPAQ, ...),<br>
- Windows 2000/XP/Vista/7,<br>
- Mac OS X.<br>
<br>
The library supports all the currently available link cables:<br>
- the home-made parallel (aka $5-cable),<br>
- the home-made serial (aka $4-cable),<br>
- TI's BlackLink,<br>
- TI's GrayLink,<br>
- TI's SilverLink,<br>
- TI's DirectLink.<br>
<br>
The library supports also some 'virtual' link cables for connection
with emulators:<br>
- Virtual TI (VTI),<br>
- TiEmu,<br>
- TilEm.<br>
<br>
This library has already been used by various projects (such as TiLP,
TiEmu, KTIGCC) and by other developers (the Ti Winamp project, for instance).
A list of developers/users can be viewed on the TiLP web site
(Developers section).<br>
<br>
<h3></h3>
<h3>Requirements </h3>
In order to work, the library may need some external drivers:
<ul>
  <li>the dhahelper [Win32] / rwports [Win64] driver: is needed for
using the home-made parallel &amp; serial cables as well as TI's
BlackLink. No driver is needed for those cables under GNU/Linux.</li>
  <li>the libusb (userspace) / libusb-win32 and its driver: is needed for using TI's
SilverLink and DirectLink cables (USB).<br>
</ul>
You also need GLib 2.x.<br>
<h3> Bug Reports </h3>
There may still be some bugs in the library, please send an email
to&nbsp; the <a href="mailto:tilp-devel@lists.sf.net">tilp-devel@lists.sf.net</a>
mailing list.<br>
<br>
<h3> History </h3>
This library is a part of the TiLP project. I have been working for 10
years on TiLP as well as on some other projects (TiEmu, TiGCC).<br>
I wroten this library for several reasons:<br>
- split code,<br>
- share code between my various project,<br>
- provide source code to others.<br>
<br>
As most of Linux programs, I maintain a file which lists modifications.
This is called a ChangeLog that you can find <a
 href="ChangeLog.html">here</a>.<br>
<br>
<h3>Copyright</h3>
<blockquote>
<pre>Copyright (C) 1999-2009 by the TiLP Team.
See AUTHORS for detailed authorship information.

This library is free software; you can redistribute it and/or modify it under
the terms of the <a href="gnugpl.html">GNU General Public License</a> as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

(A special exception applies when linking the library into TilEm, see the
COPYING file for details.)

This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this library (in the COPYING file); if not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.</pre>
</blockquote>
<h3> <a href="index.html">Return to the main index</a> </h3>
</body>
</html>