On Thu, 16 Oct 2014 00:54:51 -0700
Ashwin Prabhu <[email protected]> wrote:

> Hello Team,
> 
> I am referring to this document.
> http://ryu.readthedocs.org/en/latest/gui.html
> 
> I wanted to see how topology viewer works. So i created a mininet topology
> as mentioned in the link.
> 
> sudo mn --controller remote --topo tree,depth=3
> 
> ​I then opened a new command prompt and tried to execute this.
> 
> $ PYTHONPATH=. ./bin/ryu run --observe-links
> ryu/app/gui_topology/gui_topology.py
> 
> 
> 
> ​This above link is to initiate the topology script. But it gives me an
> error stating:
> *bash: ./bin/ryu​: No such file or directory.*

You need to be at top of 'ryu' directory.

fujita$ ls -l bin/ryu
-rwxr-xr-x  1 fujita  staff  743 10  9 23:44 bin/ryu

If you successfully install ryu, then you can simply do:

$ ryu run --observe-links ryu/app/gui_topology/gui_topology.py

Or 

$ ryu-manager --observe-links ryu/app/gui_topology/gui_topology.py
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to