Skip to content

USB library for Java based on libusb and implementing javax.usb (JSR-80).

License

Notifications You must be signed in to change notification settings

disorder75/usb4java

This branch is 38 commits behind usb4java/usb4java:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a04d12b · Aug 3, 2015
Aug 3, 2015
Sep 14, 2013
May 25, 2015
Mar 19, 2014
May 25, 2015

Repository files navigation

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.

Build Status

About

USB library for Java based on libusb and implementing javax.usb (JSR-80).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • CSS 0.1%