usb4java/README.md

24 lines
874 B
Markdown
Raw Permalink Normal View History

usb4java
========
USB library for Java based on libusb 1.0
----------------------------------------
Copyright (C) 2011 Klaus Reimer, k@ailis.de
Copyright (C) 2013 Luca Longinotti, l@longi.li
2013-04-13 04:37:00 -07:00
See LICENSE.md for licensing information.
2011-01-23 07:58:42 -08:00
This library can be used to access USB devices in Java. It is based on the
native libusb 1.0 shared library and reflects this API as complete as
2014-03-19 13:19:46 -07:00
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 1.0 API or
2014-03-19 13:19:46 -07:00
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.
2011-01-23 07:58:42 -08:00
For more detailed information please visit the [usb4java website](http://usb4java.org/).