Re: [Ryu-devel] interactive Python interpreter in RYU

2013-10-22 Thread FUJITA Tomonori
On Wed, 23 Oct 2013 11:37:43 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote: >> I'm new to RYU (and Python). >> I'd like to experiment with RYU API and issue messages to Open vSwitch using >> the RYU API library (like commands you can issue with ovs-ofctl utilities). >> Is there an i

Re: [Ryu-devel] interactive Python interpreter in RYU

2013-10-22 Thread YAMAMOTO Takashi
> I'm new to RYU (and Python). > I'd like to experiment with RYU API and issue messages to Open vSwitch using > the RYU API library (like commands you can issue with ovs-ofctl utilities). > Is there an interactive Python interpreter for RYU like the one provided by > the py module of POX? no. t

[Ryu-devel] interactive Python interpreter in RYU

2013-10-22 Thread Arad, Ronen
I'm new to RYU (and Python). I'd like to experiment with RYU API and issue messages to Open vSwitch using the RYU API library (like commands you can issue with ovs-ofctl utilities). Is there an interactive Python interpreter for RYU like the one provided by the py module of POX? ---