Hi, On 2015年12月20日 16:59, bentaleb abdelhak wrote: > Hi, everybody; > > I have two questions: > > 1/ Which is the better tool that I need to use in order to debug/run ryu > framework project.
Are you looking for IDE? I think that there are many people who use PyCharm(https://www.jetbrains.com/pycharm/) as IDE in ryu-devel members. And, I recommend Pycharm, too. If you face to problem in Pycharm setting, following ryu-devel mail archive may help you. https://www.mail-archive.com/search?q=pycharm&l=ryu-devel%40lists.sourceforge.net > > 2/ I want to implement a new SDN application that allows bandwidth allocation > per-client (e.g. video streaming clients) _dynamically and periodically based > on some factors_. Is this possible using RYU framework !. Please, Can anybody > give me a favor ? any suggestions ? The following page of Ryu-BOOK describes how to use QoS functions that can be set using REST. http://osrg.github.io/ryu-book/en/html/rest_qos.html Note: Ryu-BOOK is one of Ryu Documents. How to the development of RYU app is written in the Ryu-BOOK. JFYI, Other documents is found in the following page. http://ryu.readthedocs.org/en/latest/# thanks, > > Thank you so much ! > > Regards, > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
