A usb ip group server
This project is opened to any and all helpers, Merge Requests (MRs) of any amount are considered and only a couple accepted MRs likely are to recieve maintainer access. This project is the sister server project to qusbip
Anyone willing to help by making MRs to improve the project.
- Platform build docker images for redhat or raspbian.
Go to https://github.com/dicetrash/qusbipserver/releases/tag/0.2 and download the correct package for your hardware
sudo apt install qusbipserver_<arch>.deb
depending on how you want to build it
- qmake / make
- libwrap (tcp-wrappers in arch)
- libusbip (usbip in arch)
or if you want a clean directory and environment
- docker
I generally just use QT creator (of which I am of course unaffiliated) to debug the C/C++ side
This project uses portions of linux kernel code with heavy modification I am unaffiliated with basically anyone and also sort of wish to remain anonymous. If any portion is not in complaince with license rules please just make an MR to fix it. This project is protected under GNU GPL v2 see the LICESE file in this project for more details.
I would like to thank the QT team for making a nice UI product and the USB/IP team for making the usbip project that this uses