comedi-www/index.xml

86 lines
2.3 KiB
XML
Raw Permalink Normal View History

2005-04-08 00:07:20 +00:00
<?xml version="1.0"?>
<!DOCTYPE xml
[
]>
<?xml-stylesheet href="comedi.xsl" type="text/xsl"?>
<page>
<title>Comedi - Control and Measurement Interface</title>
<body>
<h1>Introduction</h1>
<p>
The Comedi project develops open-source drivers, tools, and libraries
for data acquisition.
</p>
<p>
<b>Comedi</b> is a collection of drivers for a variety of common
data acquisition plug-in boards. The drivers are implemented as
a core Linux kernel module providing common functionality and
individual low-level driver modules.
</p>
<p>
<b>Comedilib</b> is a user-space library that provides a
developer-friendly interface to Comedi devices. Included in the
Comedilib distribution is documentation, configuration and
calibration utilities, and demonstration programs.
</p>
<p>
<b>Kcomedilib</b> is a Linux kernel module (distributed with Comedi)
that provides the same interface as Comedilib in kernel space,
suitable for real-time tasks. It is effectively a "kernel library"
for using Comedi from real-time tasks.
</p>
<h1>Features</h1>
<ul>
<li>Integrated real-time support for most hardware</li>
<li>High-level library (comedilib)</li>
<li>Application-level device independence</li>
<li>Requires a Linux 2.6 kernel.</li>
2005-04-08 00:07:20 +00:00
</ul>
<h1>Latest version</h1>
<ul>
2012-05-15 15:24:49 +01:00
<li>comedi-0.7.76, released 2008-01-28</li>
<li>comedilib-0.11.0, released 2017-09-27</li>
<li>comedi_calibrate-5, released 2017-03-16</li>
2005-04-08 00:07:20 +00:00
</ul>
<p>
Comedi and Comedilib are being actively developed, and because of this,
new versions are sometimes buggy. However, reported bugs are usually
quickly fixed.
</p>
<h1>Maintainers</h1>
2008-02-07 15:42:44 +00:00
<ul>
<li>Frank Mori Hess <em>&lt;fmhess@users.sourceforge.net&gt;</em></li>
<li>Ian Abbott <em>&lt;abbotti@mev.co.uk&gt;</em></li>
</ul>
<p>It is generally preferable to direct Comedi-related questions to the
<a href="http://groups.google.com/group/comedi_list">mailing
list</a> rather than mailing the maintainers directly.
</p>
2005-04-08 00:07:20 +00:00
<p>
Comedi was originally written and conceived by David Schleef <em>&lt;ds@schleef.org&gt;</em>.
Much of Comedi has been developed by others. See the AUTHORS files in
<a href="https://github.com/Linux-Comedi/comedi/raw/master/AUTHORS">Comedi</a>
and <a href="https://github.com/Linux-Comedi/comedilib/raw/master/AUTHORS">Comedilib</a>
for a more complete listing of contributors.
2005-04-08 00:07:20 +00:00
</p>
</body>
</page>