#
usbip
Here are 20 public repositories matching this topic...
USB/IP Client for Windows
usbip
usbip-win
usb-over-ip
vhci
usb-to-ethernet
usb-over-ethernet
usbip-linux
usb-over-network
usbip-client
virtual-usb-hub
-
Updated
Jun 10, 2022 - C++
USB/IP Service Discovery - Provide GUI and some enhancement for USB/IP userspace
-
Updated
Jan 20, 2020 - C
Eltima Port Virtualization Technology may be integrated to the software or hardware solutions to get the remote access to network devices
networking
usb
virtualization
serialport
remote-access
serial-port
networking-programmability
serial-communication
usbip
-
Updated
Jun 6, 2018 - HTML
A set of Linux services for the USB/IP Project
-
Updated
Jul 2, 2021 - JavaScript
Implementation of the UsbBus trait of usb-device, which simulates a Bus as a USBIP Server. Useful for developing UsbClass traits and simulating devices.
-
Updated
Mar 6, 2021 - Rust
USB/IP kernel modules build script for Sailfish OS
-
Updated
Jul 28, 2015 - Shell
Virtual Serial Port (via USB-IP) to TCP Socket
-
Updated
May 3, 2022 - Rust
Improve this page
Add a description, image, and links to the usbip topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the usbip topic, visit your repo's landing page and select "manage topics."
Backstory: I'm using laptop for debug, it has 30 minute sleep time. So it goes into sleep, i wake it up. From the Windbg i can see that the device was there when we go to sleep. But once it goes out of sleep, it will terminate - due to a read error in the usbip.exe, yeah, no wonder, sockets and going to sleep, what can go wrong? ;)