https://github.com/grephq/jusb
Interface with devices connected via USB in Java using libusb
https://github.com/grephq/jusb
c java jni jni-java jni-wrapper libusb libusb-1 usb
Last synced: 11 months ago
JSON representation
Interface with devices connected via USB in Java using libusb
- Host: GitHub
- URL: https://github.com/grephq/jusb
- Owner: grephq
- License: epl-2.0
- Created: 2021-10-30T19:40:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T13:25:32.000Z (over 2 years ago)
- Last Synced: 2025-03-16T15:59:48.518Z (11 months ago)
- Topics: c, java, jni, jni-java, jni-wrapper, libusb, libusb-1, usb
- Language: Java
- Homepage: https://grephq.github.io/Jusb/
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jusb
Interface with devices connected via USB in Java using LibUSB
## Installation
- Add the JitPack repository to your build file
```xml
jitpack.io
https://jitpack.io
```
- Add the dependency
```xml
com.github.grephq
Jusb
1.0
```
## Documentation
[https://grephq.github.io/Jusb](https://grephq.github.io/Jusb)