This package browser is in early development. Mind the rough edges.

usbip-utils

Utilities for sharing USB devices over IP networks

The USB/IP protocol enables to pass USB device from a server to a client over the network. The server is a machine which shares an USB device and the client is a machine which uses USB device provided by a server over the network. The USB device may be either physical device connected to a server or software entity created on a server using USB gadget subsystem. The usbip-utils are userspace tools to used to handle connection and management on both side. The client needs the vhci-hcd Linux kernel module and the server needs the usbip_host Linux kernel module.

Installation

Install the latest version of usbip-utils as follows:

guix install usbip-utils

Or install a particular version:

guix install usbip-utils@6.14.6

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of usbip-utils about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/usbip-utils'><img src='https://packages.guix.gnu.org/packages/usbip-utils/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/usbip-utils/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/usbip-utils)

Example Org:

[[https://packages.guix.gnu.org/packages/usbip-utils][https://packages.guix.gnu.org/packages/usbip-utils/badges/latest-version.svg]]