OliverRieder/Usb-Over-Ethernet — reverse-engineered prompt
Reverse engineered prompt
Build me a simple USB over Ethernet app. I want to plug a USB device into one computer and make it available to another computer over a local network, and ideally over the internet too if the connection is set up correctly. The basic flow should be easy, one machine shares a connected USB device, another machine sees it and can connect to it almost like it were plugged in locally.
Please make it feel practical, not just a demo. It should detect attached USB devices, let me choose one to share, show connection status, and handle reconnects if the network drops. A small server and client setup is fine, and a lightweight interface or clear command line flow is fine as long as it is easy to use. Add a short setup guide so someone can actually run it.
There is not much repo documentation, so use the project notes if they help, and look up current docs online if you need to.
Want more depth? Deep Reverse