File: info.html

package info (click to toggle)
libticalcs 1.1.9%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,356 kB
  • sloc: ansic: 27,186; makefile: 229; sh: 22; sed: 16
file content (90 lines) | stat: -rw-r--r-- 3,734 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>General Information about TiCalcs 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 the TiCalcs library </h1>
<hr>
<pre>&nbsp;<em>&nbsp;</em></pre>
The TiCalcs 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 ticalcs library is a library which brings about all the functions
needed to communicate with a Texas Instruments graphing calculator (or
hand-held).
Currently, it does not support some education devices (such as CBL/CBR
and others).<br>
<br>
This library is able to communicate with handhelds in a fairly
transparent fashion. With this library, the developer does not have to worry about
the packet oriented protocol, the file management and some other stuff.<br>
The library provides a complete API which is very easy to use and makes
things easier.<br>
<br>
The library supports all the currently available calculators and their
associated file formats:<br>
- TI8x calculators: TI73, 82, 83, TI83+, 85 and 86 (with 2 sub-classes:
TI73/83+ &amp; 85/86).<br>
- TI9x calculators: TI89, 92, 92+ and V200PLT.<br>
<br>
This library has already been used by various projects (such as TiLP,
TiEmu) and by other developers. The list of developers/users can be
viewed
on the TiLP web site (Developers section).<br>
<br>
<h3></h3>
<h3>Requirements </h3>
This library is dependant of the ticonv, ticables and tifiles and GLib 2 libraries.<br>
At the time being, this library is dependant of the GLib (version 1.2),
too. The GLIb is used for its GTree capabilites. This dependancy should
be removed later with a built-in tree support.<br>
<br>
<ul>
</ul>
<h3> Bug Reports </h3>
There may still be some bugs in the library, please send an email to <a
 href="mailto:roms@tilp.info">roms</a>.<br>
<br>
<h3> History </h3>
This library is a part of the TiLP project. I have been working for 3
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>
<h3> Copyright </h3>
<blockquote>
  <pre>Copyright (C) 1999-2009 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.

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>