Re: [Ryu-devel] dynamic load and unload modules

2014-11-04 Thread 陳建豪
We have some question about the dynamic load and unload feature in app_manager.py 1. Base on what purpose why this feature didn't implement ? 2. Will this feature be implemented in the future ? 3. If we want to change "app_manager.py" by ourselves, what kind of function should be modified ? Th

[Ryu-devel] Develop https RESTful API by using wsgi

2014-11-04 Thread Yi Tseng
Hi Is there any way to develop https RESTful API by using wsgi.py in the ryu ? Because I found ssl setting(ssl_args) in the ryu.lib.hub.StreamServer https://github.com/osrg/ryu/blob/master/ryu/lib/hub.py#L109-L114 and WSGIServer is child of StreamServer https://github.com/osrg/ryu/blob/master/

[Ryu-devel] Push flows from RYU controller

2014-11-04 Thread Ashwin Prabhu
Hi Team, We are trying to push flows to the openVswitches so that the host can connect each other as per the flows. The command entered was *GET http:/127.0.0.1:8080/v1.0/topology/pushFlows/1/3/00:00:00:00:0 * After entering the ab

Re: [Ryu-devel] RYU older version with just OF1.3 capable

2014-11-04 Thread Ashok Jude
Hi All, I wanted to have RYU only speak OF1.3 not OF1.3. Can someone point me to older version of RYU just 1.3 capable? I think it is RYU 3.14. I wanted that package and install the same in my ubuntu vm -Ashok --