Hi Shivaram,
You mean you need to send some (stats?) message from Ryu controller to another
Ryu controller, right?
Hmmmm... Ryu implements the OpenFlow parsers as "Controller side", parsers for
"from switch" messages have no "serialize()" method (some of messages have both
"serialize()" and "parser()" for unit tests though). So you need to implement
"serialize()" method on the stats "reply" message parser class to send them to
another controller.
Thanks,
Iwase
On 2018年03月08日 13:02, Shivaram Mysore wrote:
Hi,
I am looking for example Ryu API usage where Ryu framework is used to construct
a Openflow message sent to Ryu controller.
Use case is that I just want to send say, network statistics to Ryu Openflow
controller where I have a Ryu application that is listening to Openflow stats
and meter messages.
Any pointers?
Thanks
/Shivaram
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel