Menu

Tree [r329] / trunk / java /
 History

HTTPS access


File Date Author Commit
 .settings 2012-04-04 uniederer [r284] - Adding Roger Millischers work on the java sid...
 META-INF 2012-04-04 uniederer [r284] - Adding Roger Millischers work on the java sid...
 bin 2012-03-16 uniederer [r277] - Changed the project name according to the new...
 doc 2012-04-12 uniederer [r293] Added Urs Graf's overview image
 src 2013-02-03 uniederer [r309] - Removed library's JNI test
 test 2013-02-03 uniederer [r309] - Removed library's JNI test
 uml 2012-03-16 uniederer [r277] - Changed the project name according to the new...
 .classpath 2012-04-12 uniederer [r294] - First testing steps for LibusbJava1
 .project 2012-04-04 uniederer [r284] - Adding Roger Millischers work on the java sid...
 LGPL.txt 2006-11-22 schlaepfer [r202] - licese information included
 README.txt 2007-02-05 spandi [r238] - file header updated with new project page and...
 UsbView.launch 2012-04-19 uniederer [r296] - Added unit-test functions to the DLL interface
 build.properties 2012-04-04 uniederer [r284] - Adding Roger Millischers work on the java sid...
 build.xml 2012-04-04 uniederer [r284] - Adding Roger Millischers work on the java sid...
 deployment.properties 2007-02-05 spandi [r237] - deployment updated for new project page
 deployment.xml 2012-03-16 uniederer [r277] - Changed the project name according to the new...
 project.properties 2012-04-04 uniederer [r284] - Adding Roger Millischers work on the java sid...
 testdevice.properties 2012-03-16 uniederer [r277] - Changed the project name according to the new...
 version.properties 2012-04-04 uniederer [r284] - Adding Roger Millischers work on the java sid...

Read Me

Project description
-------------------
Java libusb wrapper is a Java wrapper for the libsub and libusb-win32 USB library.
* libusb  aim is to create a library for use by user level applications to access USB devices regardless of OS.
* libusb-win32 is a port of the libusb library to the Windows operating systems. The library allows user space applications to access any USB device on Windows in a generic way without writing any line of kernel driver code.

For more information about libusb visit:
	http://libusb.sourceforge.net/

For more information about LibUsb-Win32 visit:
	http://libusb-win32.sourceforge.net
	http://sourceforge.net/projects/libusb-win32

For more information about Java LibUsb-Win32 wrapper visit:
	http://libusbjava.sourceforge.net
	http://sourceforge.net/projects/libusbjava

License
-------
The Java libusb wrapper library is released under the LGPL. See LGPL.txt
for more information.
For licensing information about libusb see http://sourceforge.net/projects/libusb/.
For licensing information about LibUsb-Win32 see http://libusb-win32.sourceforge.net/#license.

Authors
-------
Andreas Schläpfer	<spandi at users.sourceforge.net>