libgusb/README.md

6 lines
291 B
Markdown
Raw Normal View History

2024-01-06 04:34:36 +01:00
# libgusb
GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop.
This makes it easy to integrate low level USB transfers with your high-level application or system daemon.