Skip to content

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

License

Notifications You must be signed in to change notification settings

MaXSaxeDesignSmartHome/libusbnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <[email protected]>
Zdenek Vasicek <[email protected]>

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 51.1%
  • C 41.5%
  • CMake 7.4%