Re: [Ryu-devel] [PATCH] app: Alternative RTU controllers for Mininet tutorial

2013-02-26 Thread Nikhil
I have a cpqd VM (with openflow 1.3) with ip address 10.x.x.180 and I am running an remote ryu controller on 10.x.x.180. *I am running ryu-manager with controller_l2switch.py.* 178:~/ryu$* sudo ryu-manager ./ryu/app/controller_l2switch.py* *loading app ryu.controller.ofp_handler * *loading app ./

Re: [Ryu-devel] [PATCH] app: Alternative RTU controllers for Mininet tutorial

2013-02-26 Thread Piotr Niedzwiedz
Hi Fujita, I added flow modification into my l2switch implementation. I also renamed my previous scripts, which don't modify flow tables(to emphasise it). controller_l2hub.py controller_l2switch.py Mininet tutorial starts with similar hub and switch, and then moves into flow mo

Re: [Ryu-devel] [PATCH] app: Alternative RTU controllers for Mininet tutorial

2013-02-23 Thread FUJITA Tomonori
On Thu, 21 Feb 2013 14:23:59 +0100 Piotr Niedzwiedz wrote: > When I started experiments with OpenFlow I did following tutorial: > > http://www.openflow.org/wk/index.php/OpenFlow_Tutorial#Create_Learning_Switch > > There are examples of writing simple hub and L2 switch in POX, but there is

[Ryu-devel] [PATCH] app: Alternative RTU controllers for Mininet tutorial

2013-02-21 Thread Piotr Niedzwiedz
Hi, When I started experiments with OpenFlow I did following tutorial: http://www.openflow.org/wk/index.php/OpenFlow_Tutorial#Create_Learning_Switch There are examples of writing simple hub and L2 switch in POX, but there is nothing about RYU. I think that we should try to add