Skip to content

robseward/iPhone-Socket-Connection-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published