aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/websocket.py
Commit message (Collapse)AuthorAgeFilesLines
* webui: Add "utils.py" to get the IP addressAaron LI2016-11-031-11/+13
| | | | | | | FIXME/TODO: How to determine the WebSocket origin is in the same subnet as the server? An additional network mask required to determine this. How does this additional mask passed?
* webui: Rewrite "websocket.py" with "FG21simWSHandler"Aaron LI2016-11-021-8/+79
| | | | | | NOTE: This "FG21simWSHandler" is still very preliminary, and there are a lot of necessary functions need to be implemented.
* webui: Build the Web UI using Tornado with WebSocketAaron LI2016-10-301-0/+27
Tornado: http://www.tornadoweb.org/