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
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
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
"""
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
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
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.
>