aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/websocket.py
Commit message (Expand)AuthorAgeFilesLines
* webui: Add "ConsoleHandler" to handle the "console" type messageAaron LI2016-11-091-12/+20
* webui: Add support of controlling the allowed hostsAaron LI2016-11-081-7/+18
* webui: websocket.py: Use flattened configs; Change "data" to "keys"Aaron LI2016-11-061-3/+3
* webui: websocket.py: Support "reset", "load", "save" actions.Aaron LI2016-11-051-18/+105
* webui: websocket.py: Make the response message more consistentAaron LI2016-11-041-11/+24
* 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