Hi,

On 2017年07月13日 22:31, Nicholas Brasini wrote:
Hi guys,


today I started Mininet with command:


sudo mn --topo single,3 --mac --controller remote --switch 
ovsk,protocols=OpenFlow13


and Ryu Controller with


ryu-manager --verbose ryu/app/simple_switch_13.py


and ping from H1 to H2 works correctly. If I want utilize Ryu's Rest API like /stats/switches or /stats/flow/<switchID>, how can I do??

I guess "Ryu's Rest API" means the APIs on the following page, right?
  http://ryu.readthedocs.io/en/latest/app/ofctl_rest.html
Please note that these APIs are provided by "ryu/app/ofctl_rest.py" which is just a 
"sample"
application of Ryu.
And you need to run "ryu/app/ofctl_rest.py" with "ryu/app/simple_switch_13.py".

Thanks,
Iwase


I write in URL bar 127.0.0.1/stats/switches but the result is: Not Found.


Can you help me?



Thanks, Nicholas



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot



_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to