On Mon, 27 Oct 2014 14:43:48 -0700
Ashwin Prabhu <[email protected]> wrote:

> I have created a mininter topology with the command
> *sudo mn --topo linear,4 --controller remote*
> 
> I need to start the controller so that hosts will be able to ping each
> other. It is done by
> *PYTHONPATH=. ./bin/ryu-manager ryu/app/simple_switch.py*
> 
> Now the controller starts and the hosts in the topology are able to ping
> each other and everything works fine.
> 
> Now i open a new command prompt and run the dumper file from where the file
> is located. It executes without giving any output.
> 
> I want to know how the dumper file will capture the network topology and
> where the topology details are stored.

dumper.py is for kinda debugging.

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to