-
Categories
-
Archives
Monthly Archives: June 2011
iPhone Socket Connection to Processing
June 17 11
I wrote a program that transmits touch data from the iPhone to Processing through a socket connection. You can connect multiple phones to the Processing app. It works very well; there appears to be no lag between the phone and the PC if both are connected to the same router.
Here's the client code.
And here's the server code.