Enables libusb from within Java using the JNA (Java Native Access) library.
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.
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.
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.