Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: emulate usb device #322

Open
antonilol opened this issue May 17, 2023 · 4 comments
Open

feature: emulate usb device #322

antonilol opened this issue May 17, 2023 · 4 comments

Comments

@antonilol
Copy link

emulate a usb device so other programs can interact with it like a hardware calculator

@Vogtinator
Copy link
Member

Vogtinator commented May 18, 2023

On Linux this is theoretically possible with a "vhci" controller, but on others I'm not aware of any API that could be used. On Windows we'd probably need a kernel driver.

@gfhdhytghd
Copy link

yeah it need a driver to emulate usb on windows, but I wish I could see this function on linux soon

@Vogtinator
Copy link
Member

There is https://github.com/cezanne/usbip-win, maybe that works well enough. If firebird exposes a USB/IP server, this could be used from Linux and Windows.

@gfhdhytghd
Copy link

yeah usb-over-ip could be a good solution, it will be easier to cross-platform development, and it can even use on android and macos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants