Re: [Ryu-devel] [PATCH 4/4] Add PacketIn dumper websocket application

2014-05-18 Thread FUJITA Tomonori
On Mon, 19 May 2014 14:26:02 +0900 YAMADA Hideki wrote: >From my standpoint, this issue is caused by lack of method of notification. Currently, Ryu has API that react to the demand from >>> clients. However, the contrary does not exist. It will solve, if there is API >>> which

Re: [Ryu-devel] [PATCH 4/4] Add PacketIn dumper websocket application

2014-05-18 Thread YAMADA Hideki
(2014/05/19 11:03), Satoshi Kobayashi wrote: > 2014-05-16 5:21 GMT+09:00 FUJITA Tomonori : > >> On Thu, 15 May 2014 13:30:53 +0900 >> Satoshi Kobayashi wrote: >> >> +class SimpleSwitchWebSocketController(ControllerBase): >> +def __init__(self, req, link, data, **config): >> +

Re: [Ryu-devel] [PATCH 4/4] Add PacketIn dumper websocket application

2014-05-18 Thread Satoshi Kobayashi
2014-05-16 5:21 GMT+09:00 FUJITA Tomonori : > On Thu, 15 May 2014 13:30:53 +0900 > Satoshi Kobayashi wrote: > > > > >> +class SimpleSwitchWebSocketController(ControllerBase): > > > >> +def __init__(self, req, link, data, **config): > > > >> +super(SimpleSwitchWebSocketController, self

Re: [Ryu-devel] [PATCH 4/4] Add PacketIn dumper websocket application

2014-05-15 Thread Satoshi Kobayashi
2014-05-16 5:21 GMT+09:00 FUJITA Tomonori : > On Thu, 15 May 2014 13:30:53 +0900 > Satoshi Kobayashi wrote: > > > > >> +class SimpleSwitchWebSocketController(ControllerBase): > > > >> +def __init__(self, req, link, data, **config): > > > >> +super(SimpleSwitchWebSocketController, self

Re: [Ryu-devel] [PATCH 4/4] Add PacketIn dumper websocket application

2014-05-15 Thread FUJITA Tomonori
On Thu, 15 May 2014 13:30:53 +0900 Satoshi Kobayashi wrote: > > >> +class SimpleSwitchWebSocketController(ControllerBase): > > >> +def __init__(self, req, link, data, **config): > > >> +super(SimpleSwitchWebSocketController, self).__init__( > > >> +req, link, data, **confi

Re: [Ryu-devel] [PATCH 4/4] Add PacketIn dumper websocket application

2014-05-14 Thread Satoshi Kobayashi
2014-05-15 11:49 GMT+09:00 YAMADA Hideki : > Hi Kobayashi-san, > Thank you for review. > > (2014/05/15 11:20), Satoshi Kobayashi wrote: > > Hi YAMADA-san, > > > > 2014-05-14 19:11 GMT+09:00 YAMADA Hideki : > > > >> > >> Signed-off-by: YAMADA Hideki > >> --- > >> ryu/app/simple_switch_websocket_

Re: [Ryu-devel] [PATCH 4/4] Add PacketIn dumper websocket application

2014-05-14 Thread YAMADA Hideki
Hi Kobayashi-san, Thank you for review. (2014/05/15 11:20), Satoshi Kobayashi wrote: > Hi YAMADA-san, > > 2014-05-14 19:11 GMT+09:00 YAMADA Hideki : > >> >> Signed-off-by: YAMADA Hideki >> --- >> ryu/app/simple_switch_websocket_13.py | 91 >> + >> 1 file cha

Re: [Ryu-devel] [PATCH 4/4] Add PacketIn dumper websocket application

2014-05-14 Thread Satoshi Kobayashi
Hi YAMADA-san, 2014-05-14 19:11 GMT+09:00 YAMADA Hideki : > > Signed-off-by: YAMADA Hideki > --- > ryu/app/simple_switch_websocket_13.py | 91 > + > 1 file changed, 91 insertions(+) > create mode 100644 ryu/app/simple_switch_websocket_13.py > > diff --git a/ry

[Ryu-devel] [PATCH 4/4] Add PacketIn dumper websocket application

2014-05-14 Thread YAMADA Hideki
Signed-off-by: YAMADA Hideki --- ryu/app/simple_switch_websocket_13.py | 91 + 1 file changed, 91 insertions(+) create mode 100644 ryu/app/simple_switch_websocket_13.py diff --git a/ryu/app/simple_switch_websocket_13.py b/ryu/app/simple_switch_websocket_13.py