• Stars
    star
    1
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created about 11 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is the remote side part of a more complex project that will use node.js to control a robot through web socket. Node.js will be installed on an Aria G25 ACME systems board. Right now it is a demo with all the capabilities to do it but with just a joystick direct feedback on instruments. The video stream is already working when the Aria G25 video stream is in a network visible by the client. Here an example: http://www.guiott.com/Lino/LinoConsole/LinoConsole.html some instruments show fake values other show values changed by the joysticks. Tested on different browsers: Safari, Firefox, Chrome on Mac, Linux and Windows OSs. Explorer doesn't yet support canvas until version 9. Full touch features are available, of course, on mobile devices. Tested on Safari and Dolphin with iPad and iPhone, Dolphin and standard browser on Android 4. I've used the classes most compatible as possible. On touchable devices the joysticks are self-centering and multitouch. This is based on original jobs by Gerrit Grunwald for gauges http://harmoniccode.blogspot.it/2011/04/steelseries-javascript-edition.html and by Seb Lee-Delisle for multitouch joysticks http://seb.ly/2011/04/multi-touch-game-controller-in-javascripthtml5-for-ipad/. The video streaming is based on M-JPEG streamer http://www.acmesystems.it/video_streaming