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
(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):
>> +
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
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
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
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_
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
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
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