Skip to content
/ Jusb Public

Interface with devices connected via USB in Java using libusb

License

Notifications You must be signed in to change notification settings

grephq/Jusb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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