how would you go about sending mouse/keyboard inputs from a computer, which are executed to another computer over a network?
so it would be like remote controlling the other computer by sending out raw mouse/keyboard inputs.
is there a middleware that does this?
Use a
Roboton the remote computer. Communicate using sockets.