Dear Tanvir, My ZMQ code is somewhat complex and I cannot simply send it through e-mail.
Take a look at the examples in https://learning-0mq-with-pyzmq.readthedocs.io/en/latest/ The only difference is the import in the Python program. Instead of just doing: import zmq you will have to do: from eventlet.green import zmq Hope it helps! On 22 April 2018 at 00:53, <tanvir.ulhu...@data61.csiro.au> wrote: > Dear Carlos Ferreira > > > Thanks for your help. I have seen it at a glance, and, I belive that it will > work to solve my problem. However, it will be more helpful for me if you > please share your ZMQ related code with me. > > Thanks, > -Tanvir > ________________________________________ > From: Carlos Ferreira <carlosmf...@gmail.com> > Sent: Sunday, 22 April 2018 3:42 AM > To: Ul Huque, Tanvir (Data61, Eveleigh ATP) > Cc: ryu-devel@lists.sourceforge.net > Subject: Re: [Ryu-devel] Sending a data packet flow from one Ryu Controller > to another Ryu Controller > > Helo Tanvir, > > I'm doing something similar and I'm using the ZeroMQ message broker. > Ryu provides access to the ZMQ API through eventlent. I suggest to > check it out! > > Carlos Ferreira > > On 21 April 2018 at 02:02, <tanvir.ulhu...@data61.csiro.au> wrote: >> Hi >> >> >> I want to send a real-time data packet flow from one Ryu controller to >> another Ryu controller. For your information, I used a database management >> system to share information between two Ryu controllers. However, now I am >> interested to send the data packets directly from one ryu controller to >> another ryu controller. Is there any direct, or indirect, way to have this >> implementation? >> >> >> It will be a great help if you please share any relevant information. >> >> >> >> Thanks, >> >> -Tanvir >> >> >> ------------------------------------------------------------------------------ >> 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