Hi Iwase, I'm sorry about my mistake. I meant eventlet.
Thank you about the info! On 24 November 2017 at 01:48, Iwase Yusuke <[email protected]> wrote: > Hi Carlos, > >>> I understand that in the documentation, directly using gevent is not >>> advised. >>> Threads aren't working well because they create conflicts with gevent. >>> Is there a way to properly implement this mechanism? > > Which document mentions about geven? Ryu does not use it, but uses eventlet. > > You can create new threads with "ryu.lib.hub.spawn()" method, and also use > "hub.sleep()" > for generate periodic events. > > Thanks, > Iwase > > > > On 2017年11月23日 19:57, Carlos Ferreira wrote: >> >> Please, could anyone help me with this? I'm really stuck and I really >> need this for my project! >> >> Carlos Miguel Ferreira >> >> On 21 November 2017 at 12:19, Carlos Ferreira <[email protected]> >> wrote: >>> >>> Hello! >>> >>> The project to which I'm working, requires me to implement a beacon >>> manager, which will inject beacon packets into the network, through a >>> switch port. >>> >>> What I need to know is, how can I create a timed event capable of >>> sending these packets? >>> I understand that in the documentation, directly using gevent is not >>> advised. >>> Threads aren't working well because they create conflicts with gevent. >>> Is there a way to properly implement this mechanism? >>> >>> >>> -- >>> >>> Carlos Miguel Ferreira >>> Researcher at Telecommunications Institute >>> Aveiro - Portugal >>> Work E-mail - [email protected] >>> Skype & GTalk -> [email protected] >>> LinkedIn -> http://www.linkedin.com/in/carlosmferreira >> >> >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Ryu-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/ryu-devel >> > -- Carlos Miguel Ferreira Researcher at Telecommunications Institute Aveiro - Portugal Work E-mail - [email protected] Skype & GTalk -> [email protected] LinkedIn -> http://www.linkedin.com/in/carlosmferreira ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
