Re: [Ryu-devel] Help with running BGP

2018-07-20 Thread IWAMOTO Toshihiro
On Fri, 20 Jul 2018 10:23:54 +0900, Marcio wrote: > > I think not. I'd like to know if is possible the BGPSpeaker receive events > generated by other sources and receive data from it. > > Let me do an example. While BGP is running I need to have another > task(could be in same code or in another

Re: [Ryu-devel] Help with running BGP

2018-07-19 Thread Marcio
I think not. I'd like to know if is possible the BGPSpeaker receive events generated by other sources and receive data from it. Let me do an example. While BGP is running I need to have another task(could be in same code or in another .py file) running to verify something and when a specific thing

Re: [Ryu-devel] Help with running BGP

2018-07-19 Thread Yusuke Iwase
Hi Marcio, Does the following document help you? http://ryu.readthedocs.io/en/latest/app/bgp_application.html Thanks, Iwase 2018/07/19 23:58、Marcio のメール: > Dear, > > I have a question using the BGPSpeaker. I instantiate a BGPSpeaker using the > example code in Ryu Documentation. > > I want t