Air Traffic Viewer browser application, powered by:
- Backend
- Frontend
- A browser that supports HTML5
-
Launch the backend:
$ node index.js -
In a browser, navigate to
https://<server_ip>:3000to view the WorldWind globe and rendered + annotated yellow ducky. -
To animate the ducky, connect as a TCP client to the server on 13337 and send messages. The
sender.pyPython script is provided as an example.