How can I best implement a system for send keystrokes/commands via an iPhone and/or Droid to a desktop or laptop computer via WiFi or bluetooth? There are apps for VLC, Keynote and other applications that do this, so I know it’s possible but don’t know what technology base to use.
The implementation is probably different on Windows and OS X, but if they could be similar that’d be a big win.
If VNC-type technology is used, that’d be fine but I only need to send key commands and mouse clicks—I don’t need to be able to navigate the screen space.
There is an Android app that does exactly what you want, and it is open source. It’s called RemoteDroid and it sends keyboard and trackball events from your phone to your PC, and uses the screen as a touchpad. It doesn’t do the full VNC thing with a view of the desktop on your phone.
The source is here: http://code.google.com/p/remotedroid/