send keystrokes from iphone to PC

Posted by Matt Facer on Stack Overflow See other posts from Stack Overflow or by Matt Facer
Published on 2010-04-16T10:21:52Z Indexed on 2010/04/16 10:23 UTC
Read the original article Hit count: 294

Filed under:
|

hi guys. I'm looking to create a simple app which will send keystrokes from an iphone to a PC.

I understand that I will need to have a program on my PC "listening"... I've been looking in to AsyncSocket and NSStream, but there are no tutorials which really make it clear to understand. Does anyone know if this is right?

I basically want to interact with a program on my PC which listens for keystrokes to control it.

Does anyone know of a tutorial or place where I could start to learn this? (I've written iphone apps before, but I am new to networking)

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about socket