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>
|
2007-07-31 18:20:12 +00:00
|
|
|
<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>
|
2017-09-27 15:46:20 +01:00
|
|
|
<li>comedilib-0.11.0, released 2017-09-27</li>
|
2017-03-16 18:45:46 +00:00
|
|
|
<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><fmhess@users.sourceforge.net></em></li>
|
|
|
|
<li>Ian Abbott <em><abbotti@mev.co.uk></em></li>
|
|
|
|
</ul>
|
2009-09-23 14:57:35 +00:00
|
|
|
<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>
|
2009-09-23 14:57:35 +00:00
|
|
|
Comedi was originally written and conceived by David Schleef <em><ds@schleef.org></em>.
|
2007-10-29 01:24:47 +00:00
|
|
|
Much of Comedi has been developed by others. See the AUTHORS files in
|
2016-09-19 14:45:49 +01:00
|
|
|
<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>
|
2009-09-23 14:57:35 +00:00
|
|
|
for a more complete listing of contributors.
|
2005-04-08 00:07:20 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</page>
|
|
|
|
|