All Projects → usb4java → Usb4java

usb4java / Usb4java

Licence: mit
USB library for Java based on libusb

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Usb4java

Usbdk
Usb Drivers Development Kit for Windows
Stars: ✭ 181 (-24.58%)
Mutual labels:  usb, libusb
libusb-win32
libusb-win32 project official github repo
Stars: ✭ 44 (-81.67%)
Mutual labels:  usb, libusb
Qtusb
A cross-platform USB Module for Qt.
Stars: ✭ 245 (+2.08%)
Mutual labels:  usb, libusb
ccid-utils
A USB smartcard driver including GSM SIM and EMV credit/debit card development platforms
Stars: ✭ 37 (-84.58%)
Mutual labels:  usb, libusb
Hidviz
A tool for in-depth analysis of USB HID devices communication
Stars: ✭ 505 (+110.42%)
Mutual labels:  usb, libusb
Uhubctl
uhubctl - USB hub per-port power control
Stars: ✭ 1,036 (+331.67%)
Mutual labels:  usb, libusb
libusb
Go bindings for the C libusb library.
Stars: ✭ 74 (-69.17%)
Mutual labels:  usb, libusb
Libusb
A cross-platform library to access USB devices
Stars: ✭ 3,482 (+1350.83%)
Mutual labels:  usb, libusb
Device.net
A C# cross platform connected device framework
Stars: ✭ 347 (+44.58%)
Mutual labels:  usb, libusb
Libwdi
Windows Driver Installer library for USB devices
Stars: ✭ 928 (+286.67%)
Mutual labels:  usb, libusb
Usb4java Javax
javax.usb extension for usb4java
Stars: ✭ 47 (-80.42%)
Mutual labels:  usb, libusb
Simpleusbterminal
Android terminal app for devices with a serial / UART interface connected with a USB-to-serial-converter
Stars: ✭ 169 (-29.58%)
Mutual labels:  usb
Nrf52 Keyboard
A ble keyboard firmware using nrf52810/52832
Stars: ✭ 168 (-30%)
Mutual labels:  usb
Lnkup
Generates malicious LNK file payloads for data exfiltration
Stars: ✭ 205 (-14.58%)
Mutual labels:  usb
Usbdeviceswift
wrapper for IOKit.usb and IOKit.hid written on pure Swift that allows you convenient work with USB devices
Stars: ✭ 156 (-35%)
Mutual labels:  usb
Sboot stm32
Secure USB DFU1.1 bootloader for STM32
Stars: ✭ 181 (-24.58%)
Mutual labels:  usb
Openmoko Usb Oui
USB Product ID allocations for Free Software / Open Hardware
Stars: ✭ 156 (-35%)
Mutual labels:  usb
Hidusbf
USB Mice Overclocking Software (for Windows)
Stars: ✭ 152 (-36.67%)
Mutual labels:  usb
Linuxscripts
Script collection for linux
Stars: ✭ 154 (-35.83%)
Mutual labels:  usb
Nitrokey App
Nitrokey's Application (Win, Linux, Mac)
Stars: ✭ 210 (-12.5%)
Mutual labels:  libusb

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].