I made a small selection of similar demos a while ago: https://github.com/trygve-lie/demos-html5-realtime
There is two demos where I use a mobile as a remote control. I've also recently added a demo where I use the accelerometer to detect if one phone is shaking and then sends this information to a second device (must have FireFox nightly) which uses the Vibration API to make the device vibrate upon the movement of the other device. Not sure in which context that would be useful tough.... Trygve On Wed, 2012-03-28 at 09:17 -0700, Chris Casey wrote: > This looks very cool. > Couldn't get the two to synch just now but that could be due to crap > hotel wifi. > > On Wednesday, 28 March 2012 15:22:07 UTC+1, Romo Alo wrote: > Greetings everyone, > > > http://www.webdigi.co.uk/fun/space/ (Use your iPhone/iPad as a > controller for a browser game) > > > > Tech demo which lets users use their iPhone as a controller > for an HTML5 game on a desktop/laptop browser. An app does not > have to be installed on the iOS device to get this to work. > The accelerometer values on the iOS device are read using > javascript and pushed to the server. The server uses nodejs to > push data in realtime. > > > Thanks > > > > > > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
