I want to create an extremely simple iPhone program that will open a telnet session on a lan-connected device and send a sequence of keystrokes. Most of the code I've seen for sockets is overwhelming and vast overkill for what I want to do:
- open telnet socket to IP address
- send ascii keystrokes
Any simple code examples out there I can play with?