Re: [Ryu-devel] Course on OpenFlow

2013-08-07 Thread Tonhão - Antonio Brasolin
Ooo i see, thanks for the reply. It usually works assynchronously, i even used it like that on NOX and POX, but i was having a tough time with this. Will include it on the documentation! It worked now, will carry on to doing a tutorial *all you need to program in RYU* now. Thanks for all the help

Re: [Ryu-devel] Course on OpenFlow

2013-08-07 Thread FUJITA Tomonori
On Wed, 7 Aug 2013 14:13:04 -0300 Tonhão - Antonio Brasolin wrote: > Sorry to bother you again, i still can't quite get it to work. > > I tried to use the method defined there, but the stats always returns empty. > > How i tried: > . > . > . > def getPeriodicStats(dp): > """show periodic st

Re: [Ryu-devel] Course on OpenFlow

2013-08-07 Thread Tonhão - Antonio Brasolin
Sorry to bother you again, i still can't quite get it to work. I tried to use the method defined there, but the stats always returns empty. How i tried: . . . def getPeriodicStats(dp): """show periodic stats on screen :param dp: the datapath from which the stats shall be shown """

Re: [Ryu-devel] Course on OpenFlow

2013-08-06 Thread FUJITA Tomonori
On Tue, 6 Aug 2013 13:31:20 -0300 Tonhão - Antonio Brasolin wrote: > The purpose of this code is to use a lot of resources from ryu without > doing anything specific, to serve as a reference/example for many things. > We wanted to make a statistic request/reply but are not sure how, can you > hel

Re: [Ryu-devel] Course on OpenFlow

2013-08-06 Thread Tonhão - Antonio Brasolin
Hi, I'm sending attached a code we've been working on, trying to make it as simple as possible, in a way that it can be understood with some programming knowledge. The purpose of this code is to use a lot of resources from ryu without doing anything specific, to serve as a reference/example for m

Re: [Ryu-devel] Course on OpenFlow

2013-08-05 Thread FUJITA Tomonori
Hi, On Mon, 5 Aug 2013 16:30:34 -0300 Tonhão - Antonio Brasolin wrote: >Currently, we are planning to present a short tutorial next month > (september) Great! > in a major Brazilian university using RYU as basis, thus we are preparing > slides, documentations as well as examples on it. >

[Ryu-devel] Course on OpenFlow

2013-08-05 Thread Tonhão - Antonio Brasolin
Dear Ryu users and developers, We are a group of grad students from Brazil, working on SDN and experimental testbeds. Currently, we are planning to present a short tutorial next month (september) in a major Brazilian university using RYU as basis, thus we are preparing slides, documentation