Go to file
Klaus Reimer 091b993be5 Update issue templates 2018-10-21 13:13:11 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2018-10-21 13:13:11 +02:00
src Improve documentation 2018-10-21 12:22:03 +02:00
.gitignore Fix typos 2018-10-08 20:59:53 +02:00
LICENSE.md Change license to MIT 2015-05-25 18:20:06 +02:00
README.md Remove broken build status 2018-10-09 00:23:55 +02:00
pom.xml Use new os and arch names 2018-10-10 23:11:21 +02:00

README.md

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

See LICENSE.md for licensing information.

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 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 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.