Re: [Ryu-devel] Implementing simplemonitor.py

2016-05-31 Thread Iwase Yusuke
Hi, On 2016年05月31日 23:05, Iuri Finger wrote: > Thanks for your answer! > > So that I can understand. > > I can run the first (# ryu-manager --verbose ryu / app / simple_switch_13.py) > and then run (# ryu-manager --verbose ryu / app / simple_monitor.py) ??? > > Or just running (# ryu-manager --ve

Re: [Ryu-devel] Implementing simplemonitor.py

2016-05-31 Thread Iuri Finger
Thanks for your answer! So that I can understand. I can run the first (# ryu-manager --verbose ryu / app / simple_switch_13.py) and then run (# ryu-manager --verbose ryu / app / simple_monitor.py) ??? Or just running (# ryu-manager --verbose ryu / app / simple_monitor.py) I'd be calling together

Re: [Ryu-devel] Implementing simplemonitor.py

2016-05-31 Thread Iwase Yusuke
Hi, On 2016年05月31日 09:37, Iuri Finger wrote: > Hello! > I'm following the official tutorial Ryu, and I was a big doubt on the > implementation of simplemonitor.py > > I've accomplished communication tests with simple_switch_13.py as the > tutorial told me and it all worked out! > > But I was co