Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 646 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 646 Bytes

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.