A QWeb interface for remote usbip
This project is a Qt + QWebEngine connector for the usbip project 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.
The usbip tools that are exposed as items into the web side are
- attach
- detach
- port
- remote list
Anyone willing to help by making MRs to improve the project.
- Automatic linux kernal module check and loading
- A multicast send from the client.
- A server daemon that runs bind / unbind that is discoverable by multicast and attached by client.
- Platform build docker images for redhat or raspbian.
The easiest install method is by package
for hard core arch there is:
for debian/ubuntu in x86_64 we have:
and for arch prebuilt x86_64 we have:
depending on how you want to build it
- qmake / make
- libwrap (tcp-wrappers in arch)
- libusbip (usbip in arch)
- libqt5webengine5 (qt5-webengine in arch)
or if you want a clean directory and environment
- docker
I have created build.sh that uses docker to build various different packages
run it and follow prompt, the package should show up in the base checkout directory
build.sh
I generally just use QT creator (of which I am of course unaffiliated) to debug the C/C++ side and vscode with npm run start:dev
which runs a webpack server
to kind of quickly iterate across the UI side. I picked using webengine in hopes to open the door for more people to help.
My hope is if you are a C++ developer this helps you learn some React web and if you are a web dev it inspires you to learn some C++/Qt.
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