jiegec / usbip

A Rust library to run a USB/IP server
MIT License
255 stars 25 forks source link

client example to go with host #45

Open brandonros opened 5 months ago

brandonros commented 5 months ago

Obviously the hard part on Linux + Mac + Windows is a driver that can act like a device is there

https://github.com/dorssel/usbipd-win/tree/master/Drivers/VBoxUSB

Are VBox host drivers - USB drivers cross platform enough for us to interface against them?

Use case: I want to remote a USB device with serial over bulk in/out endpoints over the Internet