[Ryu-devel] 答复: the lastest ryu version solved the problem

2014-05-16 Thread LIU, Kun
I want to run two controllers, and I actually find out a bug in my own apps, all things are ok after I fixed the bug. Thank you. According to your introduction, I suppose when you tried to send events between two of your own apps, you ran the apps within one controller, which means you execut

Re: [Ryu-devel] the lastest ryu version solved the problem

2014-05-16 Thread Eros Spalla
Hi.There are two things. 1- One controller can run multiple apps. Ex: ryu-manager simple_switch13.py monitor.py 2 - You can run two controllers in the same host, but using different ports. If you run two controllers, you should set the controller's ports and ip's in OvS. Which one is your case?

[Ryu-devel] 答复: How to send stats request message to datapath in a timer ?

2014-05-16 Thread LIU, Kun
Thanks a lot. The example codes are just what I need. Best Regards, Kun Liu --- From: FUJITA Tomonori [mailto:[email protected]] To: LIU, Kun Cc: [email protected]; [email protected] Subject: Re: [Ryu-devel] How to send stats req

Re: [Ryu-devel] Ryu controller running

2014-05-16 Thread FUJITA Tomonori
On Fri, 16 May 2014 12:39:59 +0300 dug moon wrote: > thanks for your assistance > > i tried what you said and it seems it get stuck > this is what i get > > [image: Inline image 1] > > i waited 15 minutes just to be sure its not taking some time to load > any idea what can i do? Looks fine. I

Re: [Ryu-devel] Ryu controller running

2014-05-16 Thread dug moon
thanks for your assistance i tried what you said and it seems it get stuck this is what i get [image: Inline image 1] i waited 15 minutes just to be sure its not taking some time to load any idea what can i do? thanks On Fri, May 16, 2014 at 12:08 PM, FUJITA Tomonori < [email protected]

Re: [Ryu-devel] Ryu controller running

2014-05-16 Thread FUJITA Tomonori
On Fri, 16 May 2014 12:01:43 +0300 dug moon wrote: > Hi, > > i am trying to connect between ryu controller and ofsoftswitch13 > > i tried running RYU controller using the command : > ./ryu-manager ../ryu/controller/controller.py (as can be seen in the > below image capture) > > i used the e