2000-02-02 05:14:23 +00:00
|
|
|
|
2001-06-13 10:22:38 +00:00
|
|
|
COMEDILIB
|
2001-07-30 20:37:42 +00:00
|
|
|
The Linux Control and Measurement Device Interface Library
|
2001-06-13 10:22:38 +00:00
|
|
|
David Schleef <ds@schleef.org>
|
2000-02-02 05:14:23 +00:00
|
|
|
|
|
|
|
|
2001-06-13 10:22:38 +00:00
|
|
|
* About Comedi:
|
|
|
|
|
|
|
|
Comedi is a collection of drivers for data acquisition hardware.
|
|
|
|
These drivers work with Linux, and also with Linux combined with
|
|
|
|
the real-time extensions RTAI and RTLinux. The Comedi core, which
|
|
|
|
ties all the driver together, allows applications to be written
|
|
|
|
that are completely hardware independent.
|
|
|
|
|
|
|
|
Comedi supports a variety of data acquisition hardware; an
|
|
|
|
incomplete list can be found in the Comedi source.
|
|
|
|
|
|
|
|
This distribution contains only the user-space library. You will
|
2007-07-30 03:26:57 +00:00
|
|
|
almost certainly also want to download the Comedi kernel modules
|
|
|
|
found in the "comedi" tarball. Also, the calibration programs
|
|
|
|
comedi_calibrate and comedi_soft_calibrate can be found in the
|
|
|
|
"comedi_calibrate" tarball. A few boards also need firmware
|
|
|
|
found in the "comedi-nonfree-firmware" tarball.
|
2001-06-13 10:22:38 +00:00
|
|
|
|
|
|
|
* Installation:
|
|
|
|
|
|
|
|
Installation instructions are found in INSTALL.
|
|
|
|
|
|
|
|
* Mailing List:
|
|
|
|
|
2011-05-10 14:41:02 +01:00
|
|
|
Questions about Comedi and Comedilib should be sent to the Comedi
|
|
|
|
mailing list, <comedi_list@googlegroups.com>. It is necessary to
|
|
|
|
join the group before posting (see below). It is also possible to
|
|
|
|
post to the list using the web interface (see below). Mailing the
|
|
|
|
maintainer directly is always acceptable, but since the mailing list
|
|
|
|
is archived and questions are often answered more quickly by others,
|
|
|
|
the mailing list is preferred.
|
|
|
|
|
|
|
|
To subscribe to and unsubscribe from the mailing list, or to read or
|
|
|
|
post messages via the web interface, go to
|
|
|
|
<http://groups.google.com/group/comedi_list>. Alternatively, you
|
|
|
|
can send a blank email to <comedi_list+subscribe@googlegroups.com>
|
|
|
|
to subscribe, or to <comedi_list+unsubscribe@googlegroups.com> to
|
|
|
|
unsubscribe (making sure the "From:" email address matches the
|
|
|
|
address you originally subscribed with!).
|
|
|
|
|
|
|
|
Traffic on the list is light, and mainly questions/answers about
|
|
|
|
comedi installation, bugs, and programming. General questions
|
|
|
|
about data acquisition are also welcome.
|
2001-06-13 10:22:38 +00:00
|
|
|
|
|
|
|
* More Information:
|
|
|
|
|
2011-05-10 14:36:06 +01:00
|
|
|
Comedi also has a web page at <http://www.comedi.org/> from where
|
|
|
|
updated versions may be downloaded.
|
2001-06-13 10:22:38 +00:00
|
|
|
|
|
|
|
Often bugfixes and new features that are not in the current release
|
2011-05-10 14:36:06 +01:00
|
|
|
can be found in the Git repository. Instructions for access to the
|
|
|
|
Comedi and Comedilib repositories can be found at
|
|
|
|
<http://www.comedi.org/download.html>. Git snapshots for Comedilib
|
|
|
|
can be created automatically at
|
2016-09-19 15:26:44 +01:00
|
|
|
<https://github.com/Linux-Comedi/comedilib/tarball/master>. The Git
|
2011-05-10 14:36:06 +01:00
|
|
|
repository can be cloned locally using:
|
|
|
|
|
2016-09-19 15:26:44 +01:00
|
|
|
git clone https://github.com/Linux-Comedi/comedilib.git
|
|
|
|
|
|
|
|
The Git repository was previously hosted at comedi.org. A previously
|
|
|
|
cloned repository may need its URL updating to the current repository
|
|
|
|
on github.com as follows:
|
|
|
|
|
|
|
|
cd /path/to/comedilib
|
|
|
|
git remote set-url origin https://github.com/Linux-Comedi/comedilib.git
|
2001-06-13 10:22:38 +00:00
|
|
|
|
|
|
|
Comedilib may be freely distibuted and modified in accordance with
|
|
|
|
the GNU Lesser General Public License. Portions of the Comedilib
|
|
|
|
distribution fall under different licenses; see the individual files
|
|
|
|
for details.
|
|
|
|
|
|
|
|
The person behind all this misspelled humor is David Schleef
|
2001-07-15 23:11:36 +00:00
|
|
|
<ds@schleef.org>.
|
2000-02-02 05:14:23 +00:00
|
|
|
|