Skip to content

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

Notifications You must be signed in to change notification settings

robseward/iPhone-Socket-Connection-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages