Hi,

Please let me share what I have known. In python, there is library which is
called os package. That package is used to call linux command in python
application.

Import os

In the place that you want to call ryu application, you can write
os.system("ryu-manager xxxxx"). If you want to run ryu application in the
background, you can put "&" at the end of the command line such as
os.system("ryu-manager xxxxx &").
I hope you can run ryu application in python application.

Best Regards,
Soe Ye Htet
Master Engineering Student
Chulalongkorn University, Thailand

On Sun, Nov 18, 2018, 6:28 PM Ha Nguyen <nvso...@gmail.com wrote:

> Hi Ryu Team,
>
> I do not want to launch Ryu application via the ryu-manager in Terminal,
> but rather directly within a Python script. Then I can integrate everything
> in one python script, instead of calling ryu-manager in Terminal, topology
> build in another Terminal, and so on.
>
> I am looking forward to hearing from you.
>
> Best Regards,
> Ha
>
> --
> *Nguyen Vo Son Ha*
>
> Master Student (Communications Engineering)
> *Technical University of Munich (TUM)*
> D-80290 Munich, Germany
>
> Mob:   +49 159 023 88172
> Email:  nvso...@gmail.com
> Skype: nvsonha
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to