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
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
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
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
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,
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
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)]
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?
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
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)
>
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
11 matches
Mail list logo