d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Best Way Mirror Same Mouse From Host To Guest Vms?
Add Reply New Topic New Poll
Member
Posts: 576
Joined: Apr 4 2021
Gold: 0.45
Oct 5 2023 04:29am
Whats the best way to mirror/duplicate same mouse commands (mouse moves & clicks) from the host PC into multiple guest PC Virtual Machines?
Host PC - windows, Guest PC - windows + through either one - VirtualBox or VMware or hyper-V?

USB over IP/TCP?
Cluster SSH/telnet?
pywin32 script to replicate mouse events over TCP/IP with python sockets library?
Member
Posts: 38
Joined: Jan 12 2021
Gold: 5.21
Oct 15 2023 03:21am
Quote (AvariciA @ Oct 5 2023 12:29pm)
Whats the best way to mirror/duplicate same mouse commands (mouse moves & clicks) from the host PC into multiple guest PC Virtual Machines?
Host PC - windows, Guest PC - windows + through either one - VirtualBox or VMware or hyper-V?

USB over IP/TCP?
Cluster SSH/telnet?
pywin32 script to replicate mouse events over TCP/IP with python sockets library?


Hm, you could possibly do Synergy or Multiplicity to mirror mouse/keyboard.
Would say cluster SSH/Telnet is less efficient for managing multiple VMs simultaneously.

Myself would probably go with syn/multi or if i got time py, as this leaves you with a good amount of control, customization and more.

All down to time you wanna spend + knowledge
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll