[BREAKGLASS] Append-only mirror of github.com/sparrowwallet/usb4java
Go to file
Klaus Reimer 5eb5e04515 Add BulkUI Test for synchronized USB pipe but without the 64 byte packet
size tests (They can't work with my low-cost test device)
2013-02-24 16:11:46 +01:00
src Add BulkUI Test for synchronized USB pipe but without the 64 byte packet 2013-02-24 16:11:46 +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