-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathREADME
48 lines (28 loc) · 916 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
= ruby-usb - libusb binding for Ruby
ruby-usb is a libusb binding library for Ruby.
== Author
Tanaka Akira <akr@fsij.org>
== Home Page
http://www.a-k-r.org/ruby-usb/
== License
LGPL
== Feature
* direct (non-rubyish) binding
* rubyish interface (work in progress)
== Requirements
* ruby : http://www.ruby-lang.org/
* libusb 0.1 : http://libusb.sourceforge.net/
== Download
* latest release: http://www.a-k-r.org/ruby-usb/ruby-usb-0.2.tar.gz
* development version: http://github.com/akr/ruby-usb
== Install
% ruby extconf.rb
% make
% make install
== Reference Manual
See rdoc/ or
http://www.a-k-r.org/ruby-usb/rdoc/
== See Also
* USB.org : http://www.usb.org/
* AC Power Control through USB : http://www.gniibe.org/ac-power-by-usb/ac-power-control.html
* How To Control USB Missile Launcher on Linux : http://blog.taragana.com/index.php/archive/how-to-control-usb-missile-launcher-on-linux/