grephq / Jusb

Interface with devices connected via USB in Java using libusb

Home Page:https://grephq.github.io/Jusb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jusb

Interface with devices connected via USB in Java using LibUSB

Installation

  • Add the JitPack repository to your build file
      <repositories>
      	<repository>
      	    <id>jitpack.io</id>
      	    <url>https://jitpack.io</url>
      	</repository>
      </repositories>
  • Add the dependency
      <dependency>
          <groupId>com.github.grephq</groupId>
          <artifactId>Jusb</artifactId>
          <version>1.0</version>
      </dependency>

Documentation

https://grephq.github.io/Jusb

About

Interface with devices connected via USB in Java using libusb

https://grephq.github.io/Jusb/

License:Eclipse Public License 2.0


Languages

Language:Java 73.4%Language:C 26.6%