send keystrokes from iphone to PC
- by Matt Facer
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)