Home > iPhone-Socket-Connection-Client

iPhone-Socket-Connection-Client

IPhone-Socket-Connection-Client is a project mainly written in Objective-C, it's free.

This bare-bones app transmits touch data to a socket server.

README

This app uses CocoaAsyncSocket to transmit touch data to a server.

There's an example of a server written in Processing here.

And a blog post that includes a video here.

To Use:

Load the app in XCode and at the top of TouchViewDrawController.m you'll see the line:

#define kIpAddress @"192.168.1.103"

Change the ip address address to that of your computer. Start up the server, start up the client, press the "reconnect" button, and you should see your touches translated to the computer screen.

Previous:websocket