Comedilib (libcomedi) library
Find a file
2012-03-13 09:24:07 -04:00
c++ Added channel parameter to comedi_set_clock_source() and 2010-03-19 13:44:56 +00:00
comedi_config cleanup file pointers with fclose() 2005-03-19 00:57:00 +00:00
demo Add myself to the old Python demo copyrights, since I just tweaked each demo. 2012-03-13 09:24:07 -04:00
doc Added channel parameter to comedi_set_clock_source() and 2010-03-19 13:44:56 +00:00
etc Generates also binary format for the new comedi driver integrated into 2009-04-17 20:41:45 +00:00
include Fix a couple of typos. 2011-05-11 12:05:55 +01:00
lib libcomedi: don't ignore channel in comedi_set_clock_source() 2011-12-01 15:37:43 +00:00
m4 m4/am-check-python-headers.m4: Python 3 wrapper for comedi 2011-08-17 10:36:24 +01:00
man Removed comedi_calibrate.8 man page. 2012-02-13 11:36:13 +00:00
perl Change email addresses and host names. 2002-03-09 01:22:30 +00:00
scxi Gave libscxi independent version info from libcomedi. Removed 2007-08-19 18:30:26 +00:00
swig Add an insn_array array_class to comedi.i. 2012-03-13 08:31:36 -04:00
testing comedi_test: Remove unnecessary assignment of 'go' when checking data 2011-06-27 13:08:08 +01:00
AUTHORS Added W. Trevor King to AUTHORS. 2010-12-14 14:43:49 +00:00
autogen.sh Blah, a fresh cvs checkout does need a couple command-line options to 2007-07-31 19:51:53 +00:00
ChangeLog Regenerated ChangeLog with "cvs2cl -t" for 0.8.1 release. 2007-10-29 01:01:26 +00:00
comedilib.pc.in Add -lm to comedilib.pc.in Libs. 2010-12-14 14:41:55 +00:00
comedilib.spec.in Fix to actually make it work. 2003-06-05 22:12:45 +00:00
configure.ac COMEDILIB_CFLAGS: Fix for separate build directory. 2011-05-11 11:45:07 +01:00
COPYING Changed to LGPL, because that's what it was supposed to be. 2001-05-28 02:28:55 +00:00
INSTALL INSTALL: Changed cvs reference to git. 2011-05-10 14:42:46 +01:00
Makefile.am Added perl to EXTRA_DIST 2008-03-11 16:04:23 +00:00
NEWS Got rid of autogen.sh, and just tell people to run autoreconf. 2007-07-31 14:50:47 +00:00
README README: Update mailing list details. 2011-05-10 14:41:02 +01:00
README.Git README.CVS: Renamed to README.Git and edited slightly. 2011-05-10 14:22:16 +01:00
todo *** empty log message *** 2002-03-18 21:47:45 +00:00

    COMEDILIB
    The Linux Control and Measurement Device Interface Library
    David Schleef <ds@schleef.org>


* 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
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.

* Installation:

Installation instructions are found in INSTALL.

* Mailing List:

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.

* More Information:

Comedi also has a web page at <http://www.comedi.org/> from where
updated versions may be downloaded.

Often bugfixes and new features that are not in the current release
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
<http://comedi.org/git?p=comedi/comedilib.git;a=tree>.  The Git
repository can be cloned locally using:

  git clone git://comedi.org/git/comedilib.git

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
<ds@schleef.org>.