Name: | usbredir |
Version: | 0.5.1 |
Release: | 2.el6 |
Architecture: | i686 |
Group: | System Environment/Libraries |
Size: | 89573 |
License: | LGPLv2+ |
RPM: |
usbredir-0.5.1-2.el6.i686.rpm
|
Source RPM: |
usbredir-0.5.1-2.el6.src.rpm
|
Build Date: | Thu May 07 2015 |
Build Host: | x86-ol6-builder-08.us.oracle.com |
Vendor: | Oracle America |
URL: | http://spice-space.org/page/UsbRedir |
Summary: | USB network redirection protocol libraries |
Description: | 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 |