On Thu, 30 Oct 2014 15:37:45 +0100 Pablo Pousada Rial <[email protected]> wrote:
> I am developing an application that needs to receive info from a remote > computer connected to the OpenFlow network, and i was wondering if there > is any way i could send a custom event to the Ryu controller. You can implement APIs in your Ryu application for such. I guess that the easiest is using HTTP. OFAgent (OpenStack Neutron plugin using Ryu) uses a messaging system like RabbitMQ for such purpose. ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
