Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question #11

Open
ghost opened this issue Jun 25, 2013 · 1 comment
Open

Question #11

ghost opened this issue Jun 25, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 25, 2013

Hi,

How does T-Sat query the traffic from the controller? Where do I go to look for the codes.

And also how does T-Sat use the information that it query and store it into the database?

Thanks.

@userlocalhost
Copy link
Owner

Hi,

How does T-Sat query the traffic from the controller? Where do I go to look for the codes.

T-Sat collects various information of controller (traffic-information, installed flow-entry, incoming-packets, etc) by hooking event-handlers of Trema.
Specifically, please refer to the file of 'graph/graph.rb'. The processing of hooking Trema event handler is written in here.

And also how does T-Sat use the information that it query and store it into the database?

One of a main processing that T-Sat do is identification of routes.
T-Sat identifies communication routes between any two hosts by flow-entries which user installs.
The implementation of identification-processing is done, but adaptation to the web-viewer-system is under development.
And this feature will be reflected in the topology-graph.

-- Hiroyasu OHYAMA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant