Hi Marcio,

For starting Ryu Framework as python script, please refer to the following 
posts.
  https://www.mail-archive.com/ryu-devel@lists.sourceforge.net/msg14096.html

FYI, if you want to run Ryu BGP application and other Ryu applications at the 
same time,
you can use "services/protocols/bgp/application.py".
  
https://github.com/osrg/ryu/blob/master/ryu/services/protocols/bgp/application.py

e.g.) run "simple_switch_13.py" and "bgp/application.py"
$ ryu-manager ryu/app/simple_switch_13.py ryu/services/protocols/bgp/application.py --bgp-app-config-file ryu/services/protocols/bgp/bgp_sample_conf.py

"bgp/application.py" provides some events to integrate other applications, also 
you can
inherit RyuBGPSpeaker class in "bgp/application.py" and extend its features 
(e.g., REST).

Thanks,
Iwase


On 2017年10月30日 04:50, Marcio Vinicius de Queiroz Santos wrote:
Dears,

Is it possible to use Ryu API/Framework without to run .py using ryu-manager? I intend to run the sample BGP ryu app with ryu-manager and the same time to use an Python App to monitor some questions about the BGP environment using resources of Ryu API/Framework.

Is it possible?


------------------------------------------------------------------------------
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