aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/websocket.py
Commit message (Expand)AuthorAgeFilesLines
* webui: websocket.py: Implement "set" action for "_handle_configs()"Aaron LI2016-11-041-11/+34
* webui: websocket.py: Implement the "get" part of "_handle_configs()"Aaron LI2016-11-041-5/+118
* webui: websocket.py: Fix wrong exception handlingAaron LI2016-11-041-19/+17
* webui: Update server & client sides WebSocket handlersAaron LI2016-11-041-21/+100
* webui: Add "utils.py" to get the IP addressAaron LI2016-11-031-11/+13
* webui: Rewrite "websocket.py" with "FG21simWSHandler"Aaron LI2016-11-021-8/+79
* webui: Build the Web UI using Tornado with WebSocketAaron LI2016-10-301-0/+27