[Ryu-devel] Ryu with mininet wifi

2018-04-02 Thread nadia mouawad
Good morning, I newly started to learn Ryu and I am trying to integrate it with mininet-wifi. This is my topology: def topology(): "Create a network." net = Mininet_wifi( controller=RemoteController, accessPoint=OVSKernelAP) print "*** Creating nodes" sta1 = net.addStation( 'sta1

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-05 Thread nadia mouawad
wrote: > On Mon, 02 Apr 2018 17:18:57 +0900, > nadia mouawad wrote: > > I newly started to learn Ryu and I am trying to integrate it with > > mininet-wifi. > > > > This is my topology: > > def topology(): > > "Create a network." >

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-11 Thread nadia mouawad
this problem?? Thanks in advance, On Mon, Apr 9, 2018 at 5:03 AM, IWAMOTO Toshihiro wrote: > On Fri, 06 Apr 2018 02:43:39 +0900, > nadia mouawad wrote: > > > > [1 ] > > Okay thank you for your answer. > > > > I have another question. I want to notify the c

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-11 Thread nadia mouawad
and using ofproto.OFPFC_DELETE. Anyway thank you for your response. On Thu, Apr 12, 2018 at 4:34 AM, IWAMOTO Toshihiro wrote: > On Wed, 11 Apr 2018 23:41:18 +0900, > nadia mouawad wrote: > > > > Good morning, > > I have a question concerning deleting flows. My code is the following: &

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-14 Thread nadia mouawad
acons if the signal is going under a certain threshold. Do you have an idea how to do this? Thanks in advance, Nadia On Thu, Apr 12, 2018 at 8:06 AM, nadia mouawad wrote: > Good morning, > > Actually, I was sure about the matching field. And I didn't want to take > the priorit

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-19 Thread nadia mouawad
the switch with actions: group:50 Can you help me to figure out where is the problem? Thanks in advance, Nadia On Wed, Apr 18, 2018 at 7:35 AM, IWAMOTO Toshihiro wrote: > On Sun, 15 Apr 2018 15:30:24 +0900, > nadia mouawad wrote: > > > > [1 ] > > [1.1 ] > > Hell