Hi Mahmoud,

Hmmmm... Sorry if I misunderstood, why you need to combine your applications?
Ryu can run multiple application at the same time;
  e.g.) ryu-manager appA.py appB.py appC.py
and also provides the APIs to communicate each other (e.g., Event, REST API).

If you need to get another RyuApp instance, you can use 
"app_manager.lookup_service_brick"
like;
  appB = app_manager.lookup_service_brick(NAME)
NAME is a string value of your Ryu application class name or "name" attribute 
of it.

Thanks,
Iwase


On 2017年10月31日 01:33, Mahmoud Elzoghbi wrote:
I want to combine two applications as one application.

On Oct 30, 2017 4:19 AM, "Iwase Yusuke" <iwase.yusu...@gmail.com <mailto:iwase.yusu...@gmail.com>> wrote:

    Hi Mahmoud,

    You want to run another Ryu application and load it after running Ryu 
application
    via ryu-manager, right?
    e.g.)
       ryu-manager "appA"
                     |
                     +---> internally initiates "appB" after starting up

    IIRC, Ryu does not provide such features (dynamic loading applications).
    The similar feature had been posted before, but it was not merged.
    https://www.mail-archive.com/ryu-devel@lists.sourceforge.net/msg09857.html
    <https://www.mail-archive.com/ryu-devel@lists.sourceforge.net/msg09857.html>

    Thanks,
    Iwase


    On 2017年10月28日 02:50, Mahmoud Elzoghbi wrote:

        How to run Ryu application inside another Ryu application??


        
------------------------------------------------------------------------------
        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 <mailto:Ryu-devel@lists.sourceforge.net>
        https://lists.sourceforge.net/lists/listinfo/ryu-devel
        <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


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