On Thu, 18 Dec 2014 10:58:11 +0200 "Vilius Palubinskas" <[email protected]> wrote:
> I trying to make mobile Wi-Fi's core network switching system by OF. In this > network Wi-Fi STA must be rerouted from one to another AP using different > path. > Are in API some function that collects ports what switches are connected? > For example network with 3 switch and two hosts. Hosts can connected by two > paths (path_1 and path_2). I like to change path from path_1 to path_2. In > my case end point switch is known ( in example SW_2). It's possible to make > fast route switch when second path before change is unknown? Please give > some advice for it. You could send PortDescStats Request to get the information of all the ports on a switch. > Second part is network equipment management. It's possible for RYU? I found > that RYU have API to manage flows, but are something about equipment > management? For example device reboot, disable port, and so on. OpenFlow spec handles only flows. OF-config spec handles such management. Ryu also supports OF-config. I don't know your switch supports OF-config though. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
