On Tue, 25 Jun 2013 08:23:58 -0700 Kajal Bhargava <[email protected]> wrote:
> I had a quick question on RYU support for 1.3.1. > If I want to check the details of socket connections to the switch / > OpenFlow switch, which files should I check ? > > Also, I am developing a library in C and as RYU is implemented in Python, I > had a few questions: > > 1. I am checking how the connections to the physical switch / OpenFlow > Vswitch are done in RYU. Can you point me to the files I can check ? controller.py Note that Ryu only listens, that is, doesn't try to connect. > 2. Also, I am writing a library in C to support connections to the switch > and back to the controller, is there any suggestion for a C based > controller (which supports OpenFlow 1.3) so that I can easily integrate > with it and RYU ? Maybe Trema. But I don't know the details. ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
