Re: [Ryu-devel] How to get data from other module.

2015-08-26 Thread Yusuke Iwase
Hi, On 2015年08月26日 12:41, muzixing.com wrote: > Hi, all. > If I want to get some data from other module of app, what should I do? > > I know we can use CONTEXT to get the app as a service, and then we can > get the data in that app. But, the logic of these two app is not about > produ

Re: [Ryu-devel] Failed with SSL connection

2015-08-26 Thread Masashi Honma
On 2015年08月23日 11:57, Masashi Honma wrote: > I could not establish connection over SSL with Ryu. > > Copy ctl-privkey.pem, ctl-cert.pem, and cacert.pem from OpenFlow > switch Side. > And I typed this command. > $ ryu-manager --ctl-privkey ctl-privkey.pem --ctl-cert ctl-cert.pem > --ca-certs cacer

Re: [Ryu-devel] [PATCH] Add dynamic application loader for ryu

2015-08-26 Thread Yi Tseng
Hi We add more features for this patch, this patch provide these commands: 1. list: list all available ryu application from ryu.app module 2. install: install a ryu application by app id 3. uninstall: uninstall a ryu application by app id 4. bricks: Show service bricks from app manager 5. topolog