[BREAKGLASS] Append-only mirror of github.com/sparrowwallet/usb4java
Go to file
Klaus Reimer 7df2071181 Add special TCK unit test runner to ignore these unit tests by default
and only run them when the TCK_TESTS property is set.
2013-02-24 02:34:44 +01:00
src Add special TCK unit test runner to ignore these unit tests by default 2013-02-24 02:34:44 +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
pom.xml Add junit dependency 2013-02-24 02:03:49 +01:00
README.txt Convert back into single project structure. Let's keep it simple 2013-02-15 19:27:41 +01:00

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