Skip to content

cschmidt/libusb4j

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libusb4j

Enables libusb from within Java using the JNA (Java Native Access) library.

Origin

A Maven-compatible fork of Mario Boikov's libusb4j

Mario is the original author. See his project here
Marco (a.k.a. hybris0) forked the project and published it here

I then took the newest fork (the one by Marco) and forked it again, which is what you see here.
I converted it to Maven and published it on github.

Usage

Run mvn install to be able to use libusb4j as a dependency in other projects.

If you'd like to modify the source code, here are some pointers

  • Clone the repo and import it as an "Existing Maven Project" into Eclipse (requires m2e).
  • Don't forget about the LGPL license
  • Feel free to contact me if you found/fixed bugs or made any other changes worth sharing here.

License

The project is licensed under the LGPL license v2.1 or later.
This means you can modify the code, but you also have to publish the modifications under the LGPL.
You can use the library in closed-source projects.

About

A maven-compatible fork of Mario Boikov's libusb4j

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published