Files
jlibusb/java/README.txt
2007-02-05 17:10:46 +00:00

28 lines
1.2 KiB
Plaintext

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>