8000 GitHub - grephq/Jusb: Interface with devices connected via USB in Java using libusb
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

About

Interface with devices connected via USB in Java using libusb

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0