On Thu, 3 Apr 2014 17:20:59 +0800 "LIU, Kun" <[email protected]> wrote:
> I am wondering how does a RYU app trigger an event > (e.g. ,EventOFPPacketIn) ? I plan to develop my own app with some > new defined events, however I do not know the mechanism of events, > and I cannot find out from the source codes. Thanks a lot. I would recommend you to check out a simpler example: https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch_lacp.py https://github.com/osrg/ryu/blob/master/ryu/lib/lacplib.py The above example is not best though, however, good enough for defining your own events. ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees_APR _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
