Fixed typo reported by labrat.
[comedi.git] / README
1
2     COMEDI
3     The Linux Control and Measurement Device Interface
4     David Schleef <ds@schleef.org>
5
6
7 * About Comedi:
8
9 Comedi is a collection of drivers for data acquisition hardware.
10 These drivers work with Linux, and also with Linux combined with
11 the real-time extensions RTAI and RTLinux.  The Comedi core, which
12 ties all the driver together, allows applications to be written
13 that are completely hardware independent.
14
15 Comedi supports a variety of data acquisition hardware; an
16 incomplete list can be found in Documentation/comedi/drivers.txt.
17
18 This distribution contains just the Comedi kernel modules.  You will
19 almost certainly also want to download Comedilib, which is a user
20 space library, a few utilities, and some example programs.
21
22 * Installation:
23
24 For installation instructions, look at the file INSTALL.
25
26 * Mailing List:
27
28 Questions about Comedi should be sent to the Comedi mailing list,
29 <comedi@comedi.org>.  Mailing the maintainer directly is always
30 acceptable, but since the mailing list is archived and questions
31 are often answered more quickly by others, the mailing list is
32 preferred.
33
34 To subscribe to and unsubscribe from the mailing list, go to
35 http://www.comedi.org/cgi-bin/mailman/listinfo/comedi.  Alternatively,
36 you can send "subscribe comedi" to <comedi-request@comedi.org>
37 Traffic on the list is light, and mainly questions/answers about
38 comedi installation, bugs, and programming.  General questions
39 about data acquisition are also welcome.
40
41 * More Information:
42
43 Comedi also has a web page, at http://www.comedi.org.  New versions
44 of comedi can be found on the ftp site ftp://ftp.comedi.org/pub/comedi.
45
46 Often bugfixes and new features that are not in the current release
47 can be found in the CVS repository.  CVS snapshots can be created
48 automatically at https://cvs.comedi.org/cgi-bin/viewcvs.cgi/comedi/
49 The CVS repository can be
50 accessed anonymously using:
51
52   cvs -d :pserver:anonymous@cvs.comedi.org:/var/cvs login
53   (password is blank)
54   cvs -d :pserver:anonymous@cvs.comedi.org:/var/cvs co comedi
55
56
57 Comedi may be freely distributed and modified in accordance with the
58 GNU General Public License.
59
60 The person behind all this misspelled humor is David Schleef
61 <ds@schleef.org>.
62