2
0
Is there a way to send keystrokes and mouse signal to a target machine without installing any type of software (even an OS) on the target machine?
I want to do some repair and diagnostics-related (bios-level access) works from outside my workplace.
A partial solution I've figured out: I can log in a machine (let's name it "A") using vnc-like software; this machine will be phisically connected to the target machine ("B"), recieving his video output and sending keystrokes and mouse signal to it via a hardware "thing" that is the target of my question.
I've read of some IPKVM devices, but they're too expensive.
Any homebrew/inexpensive solution? (I like contraptions, also I'm broke).
there are cheap IP KVMs. The range from single endpoint consumer models to large scale enterprise models. – Keltari – 2015-01-19T05:03:09.840
You could probably use an IP cam for video\sound and an Arduino with Ethernet for keyboard\mouse. http://arduino.cc/en/Reference/MouseKeyboard Est lowest cost: $100 and as a bonus, you can look around your server room remotely.
– krowe – 2015-01-19T05:09:53.913I'm not 100% sure that the Arduino is capable of emulating a keyboard in this way though so I'd definitely verify that you can get that part working first. This would mainly be useful for the BIOS screen. If you're booted up then use RDP or VNC. – krowe – 2015-01-19T05:21:29.373