Hi, On 2015年06月30日 23:34, Mehrdad Moradi wrote: > Thanks for the response. Is there any code base for computing paths such as > the shortest > path between port pairs?
As far as I know, Ryu does not provide libraries to get shortest path. But, on Ryu-devel mailing list, some developers are trying to calculate shortest path by using Dijkstra's algorithm, python networkx library and so on. Thanks, Iwase > > Best Regards, > —Mehrdad >> On Jun 29, 2015, at 9:55 PM, Yusuke Iwase <iwase.yusu...@gmail.com> wrote: >> >> Hi, >> >> On 2015年06月30日 02:24, Mehrdad Moradi wrote: >>> Hi All, >>> >>> I am new to RYU and would like to perform the learn the topology and then >>> compute multiple non-shortest paths between any switch port pairs. Where is >>> the best point to start? Are you aware of any example for this? >> >> To get the topology information, you can use ryu.topology.api. >> https://github.com/osrg/ryu/blob/master/ryu/topology/api.py >> >> But the algorithm to compute paths between switch port pairs depends on your >> application design. >> >> Thanks, >> Iwase >> >>> >>> Best Regards, >>> ---Mehrdad >>> Mehrdad Moradi >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Don't Limit Your Business. Reach for the Cloud. >>> GigeNET's Cloud Solutions provide you with the tools and support that >>> you need to offload your IT needs and focus on growing your business. >>> Configured For All Businesses. Start Your Cloud Today. >>> https://www.gigenetcloud.com/ >>> >>> >>> >>> _______________________________________________ >>> Ryu-devel mailing list >>> Ryu-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/ryu-devel >>> > > > ------------------------------------------------------------------------------ > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > _______________________________________________ > Ryu-devel mailing list > Ryu-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel