Skip to content

deadsy/libusb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card GoDoc

libusb

golang wrapper for libusb-1.0

The API for libusb has been mapped 1-1 to equivalent go functions and types.

See http://libusb.info/ for more information on the C-API

Wrapper Status

Per the libusb API categories

  • Library initialization/deinitialization: complete
  • Device handling and enumeration: complete
  • Miscellaneous: complete
  • USB descriptors: complete
  • Device hotplug event notification: not started
  • Asynchronous device I/O: not started
  • Polling and timing: not started
  • Synchronous device I/O: complete

Maturity

Alpha: Some testing. No known bugs.

About

golang wrapper for libusb-1.0

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages