Re: [Ryu-devel] Ryu application

2016-08-09 Thread Iwase Yusuke
Hi, To implement a custom OpenFlow message in Ryu, please add the definitions for your own messages into ryu.ofproto.ofproto_v1_*_parser. If you need to receive and parse messages, parser() method is required and if you need to send messages, _serialize_body() method is required. 'OFPFlowMod' me

[Ryu-devel] traffic flow monitoring

2016-08-09 Thread Tanvir.Ulhuque
Hi I want to see the source and destination address of each flow passing through the switches. Thus I have used the following code. I got the flow monitoring part of that code from The problem is that the flow