Home > iPhone-Socket-Connection-Server

iPhone-Socket-Connection-Server

IPhone-Socket-Connection-Server is a project mainly written in Java, it's free.

A Processing app that displays touch data from iPhones connected through a socket.

README

This app receives data from an iPhone client connected via wireless.

There's client code here.

And a blog post that includes a video here.

To Use:

Configure the client in XCode by changing the line in TouchViewDrawController.m:

#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:fyodor