(2014/06/17 13:54), YAMAMOTO Takashi wrote:
>> +3. Access http://:8080 with your web browser.
>
> root directory?
>
Yes.
I think it is better than typing such as "http://IPADDRESS:8080/topology/"; into
address bar.
But either is fine to me.
> YAMAMOTO Takashi
>
--
> +3. Access http://:8080 with your web browser.
root directory?
YAMAMOTO Takashi
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Ope
Signed-off-by: YAMADA Hideki
---
ryu/app/ws_topology.py |4
1 file changed, 4 insertions(+)
diff --git a/ryu/app/ws_topology.py b/ryu/app/ws_topology.py
index d2f4257..7840da0 100644
--- a/ryu/app/ws_topology.py
+++ b/ryu/app/ws_topology.py
@@ -34,6 +34,7 @@ $ sudo mn --controller=remo
Signed-off-by: YAMADA Hideki
---
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
Signed-off-by: YAMADA Hideki
---
ryu/app/ws_topology.py |7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/ryu/app/ws_topology.py b/ryu/app/ws_topology.py
index 5679c9b..d2f4257 100644
--- a/ryu/app/ws_topology.py
+++ b/ryu/app/ws_topology.py
@@ -59,7 +59,7 @@ class We
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 a
> create mode 100644 debian/ryu-manager.8.txt
> create mode 100644 debian/ryu.8.txt
can these replace doc/source/man/* ?
YAMAMOTO Takashi
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Fin
On Mon, 16 Jun 2014 18:40:42 +0900
Yoshihiro Kaneko wrote:
> Signed-off-by: Yoshihiro Kaneko
> ---
> debian/changelog |5 ++
> debian/clean |3 +
> debian/compat|1 +
> debian/control | 67 +++
> debian/
On Mon, 16 Jun 2014 19:18:53 +0900
YAMAMOTO Takashi wrote:
> dynamically registered handlers (vs. ones registered via
> set_ev_cls/handler decorators) do not necessarily have h.callers.
>
> Signed-off-by: YAMAMOTO Takashi
> ---
> ryu/base/app_manager.py | 7 ---
> 1 file changed, 4 inserti
On Mon, 16 Jun 2014 16:05:23 +0900
YAMADA Hideki 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 confli
dynamically registered handlers (vs. ones registered via
set_ev_cls/handler decorators) do not necessarily have h.callers.
Signed-off-by: YAMAMOTO Takashi
---
ryu/base/app_manager.py | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/ryu/base/app_manager.py b/ryu/base/app
Wow, great work!
2014-06-16 16:33 GMT+09:00 YAMADA Hideki :
> Please find the attached screenshot.
>
> (2014/06/16 16:05), YAMADA Hideki wrote:
> > This series provide new GUI.
> >
> > The advantages to previous (1 year ago) patch are:
> > * Integrated as ryu app (no need other server)
> > * More
2014-06-15 18:22 GMT+09:00 马超 :
> success!
Congrats!
>
> even though I don't know how to made it...
>
> as for the problem of br-ex, maybe I shouldn't add "bridge_ports eth0" in
> /etc/network/interfaces.
>
> thank you for your help all this long, hoping not to bother you, maybe I
> will ask yo
Signed-off-by: Yoshihiro Kaneko
---
debian/changelog |5 ++
debian/clean |3 +
debian/compat|1 +
debian/control | 67 +++
debian/copyright | 62 +
debian/docs
Please don't merge this patch.
The ryu-bin package does not include bin/ryu.
I will post a new patch later.
2014-06-16 16:15 GMT+09:00 Yoshihiro Kaneko :
> Signed-off-by: Yoshihiro Kaneko
> ---
> debian/changelog |5 +
> debian/clean |1 +
> debian/compat
Signed-off-by: Yoshihiro Kaneko
---
debian/changelog |5 +
debian/clean |1 +
debian/compat |1 +
debian/control| 67 +
debian/copyright | 62
debian/docs |1 +
debian/log.conf
This series provide new GUI.
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/
Signed-off-by: YAMADA Hideki
---
ryu/app/ws_topology.py |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ryu/app/ws_topology.py b/ryu/app/ws_topology.py
index 5679c9b..ee63bf8 100644
--- a/ryu/app/ws_topology.py
+++ b/ryu/app/ws_topology.py
@@ -59,7 +59,7 @@ class Web
Signed-off-by: YAMADA Hideki
---
ryu/app/ws_topology.py |4
1 file changed, 4 insertions(+)
diff --git a/ryu/app/ws_topology.py b/ryu/app/ws_topology.py
index ee63bf8..fadf25f 100644
--- a/ryu/app/ws_topology.py
+++ b/ryu/app/ws_topology.py
@@ -34,6 +34,7 @@ $ sudo mn --controller=remo
Signed-off-by: YAMADA Hideki
---
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
20 matches
Mail list logo