|
USBIP C library 0.7.0
Virtual USB devices & host drivers over USB/IP
|
The device side of the library: your program is the USB device.
Everything under this section is a task-focused recipe - the smallest code that does something real, lifted verbatim from the runnable programs under examples/. Run one, then import it (USB/IP clients) to see the host's own driver bind.
New to USB? Read the short USB concepts primer first - it explains the vocabulary (descriptors, endpoints, the SETUP packet, STALL) these recipes use. To drive a device instead of being one, see Host.