Re: [Ryu-devel] Run a python(only writted in python) app inside of a RYU app

2017-03-05 Thread helcio wagner
Hi, Juan. You can run as many applications as you want in a single instantiation of Ryu. You should only separate them using spaces. Best regards. HWS 2017-03-04 14:08 GMT-03:00 Juan Francisco Guano : > Hi everybody > > I wanna know If is it possible run a python app (only writted

[Ryu-devel] Run a python(only writted in python) app inside of a RYU app

2017-03-04 Thread Juan Francisco Guano
Hi everybody I wanna know If is it possible run a python app (only writted in python) inside of a RYU app?, for example I have simple_switch13.py RYU app and another python app, python_app.py. How I run this two apps in a same RYU APP? Thank you so much for any help... Juan Regards