Skip to content

vavrusa/libusbnet

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
libusb over TCP/IP
------------------

libusbnet is a wrapper for libusb library
to enable communication with USB devices over
TCP/IP.

Installation
------------
mkdir build && cd build # Create build directory
cmake ..                # Create Makefiles using CMake
make
sudo make install

Usage
-----
Example: Probing remote USB bus with libusb.
john@server# usbexportd
jack@client# usbnet -h server:22222 -l libusbnet.so "lsusb" (without authentication)
jack@client# usbnet -a jack@server "lsusb" (with SSH authentication)

See "usbnet --help".

SSH authentication
------------------
See SSH_HOWTO for more information.

---
Marek Vavrusa <marek@vavrusa.com>
Zdenek Vasicek <vasicek@fit.vutbr.cz>

About

libusb wrapper to enable communication with USB devices over TCP/IP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •