Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T13:25:32.000Z (over 1 year ago)
- Last Synced: 2024-11-24T20:53:51.857Z (about 1 month 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)