On Mon, 16 Jun 2014 16:05:23 +0900
YAMADA Hideki <[email protected]> wrote:
> This series provide new GUI.
>
> The advantages to previous (1 year ago) patch are:
> * Integrated as ryu app (no need other server)
Really nice.
> * More simple code
>
> YAMADA Hideki (3):
> ws_topology: Avoid controller name confliction
> ws_topology: Handle WebSocket disconnection
> Add GUI app
>
> ryu/app/gui_topology/gui_topology.py | 67 ++++++++
> ryu/app/gui_topology/html/index.html | 12 ++
> ryu/app/gui_topology/html/router.svg | 25 +++
> ryu/app/gui_topology/html/ryu.topology.css | 30 ++++
> ryu/app/gui_topology/html/ryu.topology.js | 250
> ++++++++++++++++++++++++++++
> ryu/app/ws_topology.py | 10 +-
> 6 files changed, 391 insertions(+), 3 deletions(-)
> create mode 100644 ryu/app/gui_topology/__init__.py
> create mode 100644 ryu/app/gui_topology/gui_topology.py
> create mode 100644 ryu/app/gui_topology/html/index.html
> create mode 100755 ryu/app/gui_topology/html/router.svg
> create mode 100644 ryu/app/gui_topology/html/ryu.topology.css
> create mode 100644 ryu/app/gui_topology/html/ryu.topology.js
Can you fix the following warnings and repost?
ryu/app/ws_topology.py:102:80: E501 line too long (84 > 79 characters)
super(WebSocketTopologyController, self).__init__(req, link,
data, **config)
^
ryu/app/gui_topology/gui_topology.py:23:80: E501 line too long (81 >
79 characters)
$ PYTHONPATH=. ./bin/ryu run --observe-links
ryu/app/gui_topology/gui_topology.py
^
ryu/app/gui_topology/gui_topology.py:25:70: W291 trailing whitespace
3. Access http://<ip address of ryu host>:8080 with your web browser.
Thanks a lot!
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel