首页 > 其他 > 详细

Ryu-Dynamic_Routing

时间:2020-07-11 23:50:35      阅读:68      评论:0      收藏:0      [点我收藏+]

https://github.com/Barthurmun/Ryu-Dynamic_Routing

SDN Ryu controller with Load Balancing and dynamic routing

OpenFlow version used: OpenFlow 1.3 Description: Project during which I have created Ryu controller which performs BFS algorithm to find best paths, based on traffic flowing through links optimal path is being choosen from possible paths. The costs are being calculated in the background (action performed by thread) and optimal path is being updated every second based on the gathered stats. Discover of topology is done automatically so we don‘t have to have specially prepared topology.

Based on: https://ryu.readthedocs.io/en/latest/ryu_app_api.html https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch.py https://github.com/wildan2711/multipath/blob/master/ryu_multipath.py

Ryu-Dynamic_Routing

原文:https://www.cnblogs.com/dream397/p/13285951.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!