Re: [Ryu-devel] launching a GRPC server within an ryu app

2017-05-22 Thread Iwase Yusuke
Hi, On 2017年05月22日 10:12, Yikai Lin wrote: > >> On May 21, 2017, at 8:45 PM, Iwase Yusuke wrote: >> >> IIRC, Ryu cannot cooperate with the blocking functionality on the C native >> thread. >> This constraint is caused by "eventlet" which is networking library and this >> library >> is incompat

Re: [Ryu-devel] ryu controller does not start

2017-05-22 Thread Yi Tseng
Hi, Can you verify there is no any other process using OpenFlow port? To use multiple controller in mininet, you need to create two controller object in mininet script. ref: https://github.com/mininet/mininet/blob/master/examples/controllers.py https://github.com/mininet/mininet/blob/master/exam