ntchjb / usbip-virtual-device

A library for creating virtual USB devices based on USB/IP protocol
GNU General Public License v3.0
2 stars 0 forks source link
usb usbip

USB/IP Virtual Device Library

This is a library for developing server side of USB/IP to emulate a USB device. The library contains features as follows

User of this library only need to implement Device interface located at /usb/device.go, and use Server with registrar to run it. See samples in /sample folder.

Why do we need this?

Virtual USB device can be used for...

Ideas of use cases

Made by @ntchjb.