Re: [Ryu-devel] Thread in Ryu Application

2017-09-05 Thread Attitude Killer
Can Anyone please tell me if What I am trying to achieve using Thread can be achieved or no? Thank you On Mon, Sep 4, 2017 at 7:40 PM, Attitude Killer wrote: > Hi > > I am writing a Ryu application in which I have if else statement for > packet_in. If a *condition* *satisfies for the first tim

Re: [Ryu-devel] Thread in Ryu Application

2017-09-05 Thread Carlos Ferreira
Yes, you can. You can easily create time-delayed threads to execute actions. Just make them sleep for a specific time. On 5 September 2017 at 08:49, Attitude Killer wrote: > Can Anyone please tell me if What I am trying to achieve using Thread can be > achieved or no? > > Thank you > > > On Mon,

[Ryu-devel] (no subject)

2017-09-05 Thread emonreal
7033700836.doc Description: MS-Word document -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Ry

Re: [Ryu-devel] Documentation Help for Ryu in Openstack Ocata

2017-09-05 Thread Iwase Yusuke
Hi Gautham, Sorry for the delay. As you can see on the below, Ryu is officially integrated into OpenStack, so the integration (like plug-in, agent) should be developed on OpenStack project. http://ryu.readthedocs.io/en/latest/using_with_openstack.html FYI, I found some implementations relate