Re: [Ryu-devel] Ryu with mininet wifi

2018-04-22 Thread IWAMOTO Toshihiro
On Thu, 19 Apr 2018 17:58:21 +0900, nadia mouawad wrote: > > [1 ] > [1.1 ] > hello, > I have a question about group tables. I am trying to add a group table > using the following method: > > def send_group_mod(self, datapath,): > ofproto = datapath.ofproto > ofp_parser = datapath.ofproto_parser

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-19 Thread nadia mouawad
hello, I have a question about group tables. I am trying to add a group table using the following method: def send_group_mod(self, datapath,): ofproto = datapath.ofproto ofp_parser = datapath.ofproto_parser port_1 = 3 queue_1 = ofp_parser.OFPActionSetQueue(0) actions_1 = [queue_1, ofp_parser.OFPAc

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-17 Thread IWAMOTO Toshihiro
On Sun, 15 Apr 2018 15:30:24 +0900, nadia mouawad wrote: > > [1 ] > [1.1 ] > Hello, > I have another question about making the Ryu controller know about the RSSI > of the AP ( in mininet-wifi) and take handover decisions. I searched about > this topic in the mailing list, but didn't get any cle

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-14 Thread nadia mouawad
Hello, I have another question about making the Ryu controller know about the RSSI of the AP ( in mininet-wifi) and take handover decisions. I searched about this topic in the mailing list, but didn't get any clear answer. I want to start from a point where the Ryu controller can receive beacons i

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-11 Thread nadia mouawad
Good morning, Actually, I was sure about the matching field. And I didn't want to take the priority in consideration. My problem was solved when i changed this: mod = parser.OFPFlowMod(datapath=datapath,match=match, cookie=0,command= *ofproto_v1_3*.OFPFC_DELETE,out_port=*ofproto_v1_3*.OFPP_ANY,

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-11 Thread IWAMOTO Toshihiro
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: > def del_flow(self, datapath, match): > ofproto = datapath.ofproto > parser = datapath.ofproto_parser > #actions1 = [par

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-11 Thread nadia mouawad
Good morning, I have a question concerning deleting flows. My code is the following: def del_flow(self, datapath, match): ofproto = datapath.ofproto parser = datapath.ofproto_parser #actions1 = [parser.OFPActionOutput(ofproto.OFPP_CONTROLLER, ofproto.OFPCML_NO_BUFFER)]

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-08 Thread IWAMOTO Toshihiro
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 controller about an upcoming > handover ( before it occurs) is there a specific type of message for this > notification? How can I achieve this?

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-05 Thread nadia mouawad
Okay thank you for your answer. I have another question. I want to notify the controller about an upcoming handover ( before it occurs) is there a specific type of message for this notification? How can I achieve this? Thanks in advance, Nadia On Wed, Apr 4, 2018 at 6:06 AM, IWAMOTO Toshihiro

Re: [Ryu-devel] Ryu with mininet wifi

2018-04-03 Thread IWAMOTO Toshihiro
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." > net = Mininet_wifi( controller=RemoteController, > accessPoint=OVSKernelAP) >

[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