Hi,
On Thu, 1 Aug 2013 11:39:38 +0800
"[email protected]" wrote:
> Can you help us to figure out the most important part that we should
> focus and the xflow's priority in the whole SDN controller?
Sorry, hard to tell. The features of your SDN controller is up to your
requirement. For what you
Date: 2013-07-25 09:30
To: [email protected]
CC: ryu-devel
Subject: [***SPAM*** Score/Req: 07.50/5.0] Re: [Ryu-devel] sflow
Hi,
This is a sample driver of sflow parser.
Please use as follows.
$ ryu-manager sFlow_collector.py
sFlow_collector.py
import gflags
i
Hi,
This is a sample driver of sflow parser.
Please use as follows.
$ ryu-manager sFlow_collector.py
sFlow_collector.py
import gflags
import socket
from ryu.base import app_manager
from ryu.lib import hub
from ryu.lib.xflow import sflow
FLAGS = gflags
Dear Sir or Madam,
i am a newer for ryu.
i want to use sflw, but i don not know how to use sflow function in ryu.
In the ryu source code i only find a sflow.py file which implement the parse
function of sflow datapacket.
pls tell me how to use the sflow function in RYU project.
thanks a lot.