Demo of my flightSimPanels project, showing 3 instrument panels (Airspeed Ind., Attitude Ind. and Tachometer).
You can see the HTML5 instruments in the browser (on the left) changing their values in real time according to what's happening inside the flight simulator program running in the right part of the screen.
The aim of this project is to be able to display the avionics of an airplane (instruments) outside of the flight simulator, in a connected browser (the browser connected over WebSockets to a Node.js server that, in turn, receive data from the flight simulator via a UDP socket).
You can see the project at my github account: https://github.com/dmolin/flightSimPanels