-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi, i really like your project! But can't figure out by myself, is how to simulate two different devices (like in example), but it could be like simulating keyboard + mouse from single ip/port? I've been able to do this in similar usbip project in python using 2 different buses. So client can connect first to 127.0.0.1 3240 1-1 and than to 127.0.0.1 3240 1-2.
As i saw now - bus number is hardcoded in handle op, second problem - when i just to duplicate 2 twitching mouse examples - i got exception about single socket usage "Result::unwrap() on an Err value: Os { code: 10048, kind: AddrInUse".
I'm really new to Rust, and usbip/hid area, so any help or examples would be much appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels