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