Topic: Sockets, maybe WebSockets ?
Frank,
Thanks for the post. How about maybe one for WebSockets? I thought I saw mention of a Python implementation. <bg>
Decided to check into HTML 5, canvas, ECMAScript 5, etc. Below is a link to an example of some (basic) stuff that can be done.
http://www.championent.net/test/KnobCanvas.htm
One could easily run simple control pages in a browser, and WebSockets should allow the 'comm' to work fast enough.
Runs in the current versions of FireFox, Chrome, and IE9 beta. Mouse wheel even works...
For the hardcore, I haven't really tested many of the new ECMAScript 5 features. Also, this one is almost all canvas, I haven't tried to see how mixing normal html elements with canvas elements would work as to the UI, events, etc. Code was done as a UI exercise, iow, not 'perfect' script...
Thanks,
Greg