Re: [Ryu-devel] how to increase openflow buffer size

2016-01-14 Thread Yusuke Iwase
Hi, On 2016年01月14日 20:23, zeng mark wrote: > Dears, I meet some error in my test scenario. > I will very appreciate if someone can give me any advice. > > My target is to add some fields in OFP_PORT_STATS. Are you trying to change the message structure from that of OpenFlow Spec? If so, Ryu will

Re: [Ryu-devel] periodic interaction with external data base

2016-01-14 Thread Yusuke Iwase
Hi David, For defining "User Event", the following post may be helpful. http://sourceforge.net/p/ryu/mailman/ryu-devel/thread/5694B058.7090004%40gmail.com/#msg34758419 Thanks, Iwase On 2016年01月10日 18:26, David Gabriel wrote: > Dera Fujita and all, > > Please tell me where is the suitable pl

Re: [Ryu-devel] help

2016-01-14 Thread bentaleb abdelhak
Thanks M. Satoshi KOBAYASHI On 12 January 2016 at 10:29, Satoshi KOBAYASHI wrote: > Hi bentaleb, > > I'm not using PyCharm. But can you do this? > > https://www.mail-archive.com/ryu-devel%40lists.sourceforge.net/msg08519.html > > Regards, > Satoshi > > 2016/01/09 0:04、bentaleb abdelhak のメール: >

[Ryu-devel] Running Ryu application from thread call

2016-01-14 Thread David Gabriel
Dears It may be a strange a question but I am facing a problem to run Ryu in parallel with an other synchronization program. That's why I am wondering how to lanch Ryu application from a thread call. I tried the fellowing code but I got the bellow errors. Please advise me how shall I proceed ? Th