On Tue, 17 Jun 2014 13:42:20 +0900
YAMADA Hideki <[email protected]> wrote:

> This series provide new GUI.
> 
> Change of v2:
> * fix pep8
> 
> The advantages to previous (1 year ago) patch are:
> * Integrated as ryu app (no need other server)
> * 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       |   68 ++++++++
>  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                     |   11 +-
>  6 files changed, 393 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

Thanks a lot!

Can you add doc about this to under doc/ (or some figures would be
nice so adding to the book)?

------------------------------------------------------------------------------
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

Reply via email to