forked from vavrusa/libusbnet
-
Notifications
You must be signed in to change notification settings - Fork 0
libusb wrapper to enable communication with USB devices over TCP/IP
License
wyyrepo/libusbnet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 <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 0
No packages published
Languages
- C++ 51.1%
- C 41.5%
- CMake 7.4%