cp ./make_javascript.sh ~/mavlink/pymavlink/ cd ~/mavlink/pymavlink/ ./make_javascript.sh cp ~/mavlink/pymavlink/generator/javascript/v1/mav_v1.js ~/MAVControl/
#how to install node dependanceies for this etc ( this list comes from package.json , so review it there): cd ~/MAVControl/ cat package.json npm install
node mav_v1.js
this is the script based on the above and other node stuff. it's a webserver with websockets AND a UDP mavlink listener/parser, AND supports parsing mavlink params, mission, flightmodes ( alpha), AND it collects up all the state information that we get from the MAV into a Backbone.js based model ( server-side state-holding element for convenience ), AND it periodically pushes the entire state through the websocket to any web-browser/s that might be present.