| Name: | usbredir |
| Version: | 0.8.0 |
| Release: | 1.el8 |
| Architecture: | i686 |
| Group: | System Environment/Libraries |
| Size: | 108377 |
| License: | LGPLv2+ |
| RPM: |
usbredir-0.8.0-1.el8.i686.rpm
|
| Source RPM: |
usbredir-0.8.0-1.el8.src.rpm
|
| Build Date: | Tue Mar 26 2019 |
| Build Host: | ca-build103.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://spice-space.org/page/UsbRedir |
| Summary: | USB network redirection protocol libraries |
| Description: | The usbredir libraries allow USB devices to be used on remote and/or virtual
hosts over TCP. The following libraries are provided:
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 a 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 |