usbredirserver
Simple USB host TCP server
Install
- All systems
-
curl cmd.cat/usbredirserver.sh
- Debian
-
apt-get install usbredirserver
- Ubuntu
-
apt-get install usbredirserver
- Arch Linux
-
pacman -S usbredirserver
- Kali Linux
-
apt-get install usbredirserver
- CentOS
-
yum install usbredirserver
- Fedora
-
dnf install usbredirserver
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install usbredirserver
- Raspbian
-
apt-get install usbredirserver
- Dockerfile
- dockerfile.run/usbredirserver
usbredirserver
Simple USB host TCP server
usbredirserver is a small standalone server for exporting an USB device for use from another (virtual) machine through the usbredir protocol.
usbredir-server
Simple usb-host tcp server
usbredir
usbredir is a protocol for redirection USB traffic from a single
USB device, to a different (virtual) machine then the one to which the USB device is attached. This package contains a number of libraries to help implementing support for usbredir: usbredirparser: A library containing the parser for the usbredir protocol usbredirhost: A library implementing the usb-host side of a usbredir connection. All that an application wishing to implement an usb-host needs to do is: * Provide a libusb device handle for the device * Provide write and read callbacks for the actual transport of usbredir data * Monitor for usbredir and libusb read/write events and call their handlers