Re: [Ryu-devel] Dynamic Load App

2015-03-19 Thread Yi Tseng
Hi, I think you can use CONTEXT to start other app and get their instance class App1(app_manager.RyuApp): _CONTEXTS = { 'app2': App2, 'app3': App3, } and you can use "uninstantiate" method in the AppManager to stop the app. 2015-03-19 14:02 GMT

Re: [Ryu-devel] Dynamic Load App

2015-03-18 Thread Shuoling Deng
Thanks very much, YAMAMOTO. I have seen the ryu/services/protocol/sample_manager.py And I think the following code snippet could help. > class RouterManager(app_manager.RyuApp): > .. > .. > app_mg

Re: [Ryu-devel] Dynamic Load App

2015-03-18 Thread YAMAMOTO Takashi
> Hi, everyone, > > I have a question that does the newest version of ryu controller support > the app dynamic loading? > > just like a OpenDayLight, which I could install a module and remove a > moudle though a CLI. > > IF Not, is there any roadmap to do these? there are some machineries to st

[Ryu-devel] Dynamic Load App

2015-03-17 Thread Shuoling Deng
Hi, everyone, I have a question that does the newest version of ryu controller support the app dynamic loading? just like a OpenDayLight, which I could install a module and remove a moudle though a CLI. IF Not, is there any roadmap to do these? Best Regards. -- Shuoling Deng Dept. of Computer