Skip to content

DSheirer/usb4java

 
 

Repository files navigation

This is a fork of usb4java that adds support for multiple Mac-OS versions where versions 15-25 use the legacy native library and version 26 uses the newer native library for compatibility with changes in Mac-OS Tahoe (version 26).

The corresponding io.github.dsheirer.usb4java-native-libraries:1.3.2 contains aarch64 native libraries packaged correctly for this support.

usb4java

USB library for Java based on libusb 1.0

Copyright (C) 2011 Klaus Reimer, [email protected]
Copyright (C) 2013 Luca Longinotti, [email protected]

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.

About

USB library for Java based on libusb

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 73.1%
  • HTML 26.6%
  • CSS 0.3%