- project description updated

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@218 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-11-28 10:09:18 +00:00
parent 28202880db
commit 511ccb4045

View File

@@ -1,9 +1,11 @@
Project description
-------------------
Java LibUsb-Win32 is a Java wrapper for the LibUsb-Win32 USB library. LibUsb-Win32
is a port of the USB library libusb 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.
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
@@ -14,8 +16,9 @@ For more information about Java LibUsb-Win32 wrapper visit:
License
-------
The Java LibUsb-Win32 wrapper library is released under the LGPL. See LGPL.txt
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