Comedilib (libcomedi) library
Go to file
Ian Abbott cbb8ca63c9 comedi_board_info: Clarify usage message
Put square brackets around "COMEDI_DEVICE" on the usage line to indicate
that it is optional, and add a line to indicate that it defaults to
"/dev/comedi0" if unspecified.

Also change "1Ghz" to "1 GHz" in the description of the -F option.
2018-03-07 11:27:42 +00:00
c++ c++: Add a lot of missing wrapper functions to comedilib.hpp 2016-06-10 10:42:37 +01:00
comedi_board_info comedi_board_info: Clarify usage message 2018-03-07 11:27:42 +00:00
comedi_config comedi_config: Bump version to 0.11.0 2017-04-21 14:23:09 +01:00
demo demo/gpct_pulse_generator: Fix some error checking 2017-09-20 16:26:36 +01:00
doc doc/drivers.txt: Rebuilt from Comedi sources 2017-05-11 12:12:37 +01:00
etc etc/udev: Add z99_comedi.rules to EXTRA_DIST 2012-08-28 11:52:42 +01:00
include comedi.h: replace bare 'unsigned' with 'unsigned int' 2016-05-16 11:24:07 +01:00
lib lib/calib.c: Include <sys/sysmacros.h> for fstat() 2017-04-10 19:02:55 +01:00
m4 m4/am-check-python-headers.m4: Try python-config --includes 2013-08-21 11:06:24 +01:00
man man: update comedi(7) 2017-04-21 16:56:24 +01: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 swig/python: Removed test_comedi.py 2017-04-10 14:14:29 +01:00
testing comedi_test: deal with INSN_GTOD values more carefully 2016-06-20 11:29:14 +01:00
.gitignore Ignore __pycache__ created during python SWIG testing. 2017-03-14 11:08:38 +00:00
AUTHORS AUTHORS: Add Joseph Timothy Foley and Spencer E. Olson 2017-09-27 14:00:44 +01:00
COPYING Changed to LGPL, because that's what it was supposed to be. 2001-05-28 02:28:55 +00:00
ChangeLog Generate ChangeLog from git log during 'make dist' 2012-04-20 14:18:53 +01:00
INSTALL INSTALL: Changed cvs reference to git. 2011-05-10 14:42:46 +01:00
Makefile.am Makefile.am: Use '$(localstatedir)' instead of '${localstatedir}' 2014-04-04 15:03:25 +01:00
NEWS Got rid of autogen.sh, and just tell people to run autoreconf. 2007-07-31 14:50:47 +00:00
README README: Git repository migrated to github.com 2016-09-19 15:30:14 +01:00
README.Git README.Git: add minimum required Bison version 2014-01-07 14:56:22 +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
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 configure.ac: Update version from 0.11.0 to 0.11.0a 2018-03-07 11:17:39 +00:00
todo todo: Added note about Ruby bindings disabled by default. 2012-04-20 10:42:25 +01:00

README

    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
<https://github.com/Linux-Comedi/comedilib/tarball/master>.  The Git
repository can be cloned locally using:

  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

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