Go to file
Klaus Reimer 563370257a [maven-release-plugin] prepare release usb4java-0.5.0 2013-02-15 20:56:01 +01:00
src Update site 2013-02-15 20:42:31 +01:00
.gitignore New project structure and push version to 0.4.0 2012-11-12 20:39:16 +01:00
.travis.yml Added Travis configuration. 2012-05-19 11:13:34 +02:00
LICENSE.txt Added missing files. 2011-01-21 23:47:11 +01:00
README.txt Convert back into single project structure. Let's keep it simple 2013-02-15 19:27:41 +01:00
pom.xml [maven-release-plugin] prepare release usb4java-0.5.0 2013-02-15 20:56:01 +01:00

README.txt

usb4java - USB library for Java based on libusb-0.1.x
Copyright (C) 2011 Klaus Reimer <k@ailis.de>
See LICENSE.txt for licensing information.
==============================================================================

This library can be used to access USB devices in Java. It is based on the 
native libusb-0.1.x shared library and reflects this API as complete as 
possible. usb4java also implements the javax.usb (JSR80) API. So you can choose 
if you want to access the USB devices via the low-level libusb-0.1.x API or 
via the high level javax.usb API.

The native libraries are included in pre-compiled form for Linux, Windows and
Mac OS X in 32 and 64 bit versions. The libraries are automatically extracted
and loaded so you don't need to care about them. 

For more detailed information please visit the usb4java website:

http://kayahr.github.com/usb4java