Re: [Ryu-devel] sending inter-application messages

2019-10-03 Thread Pynbiang Hadem
Thanks Iwase and Suresh. REST i have already tried. I will try the others as well. Thanks Hadem On Wed, Oct 2, 2019 at 8:07 PM knet solutions wrote: > Hi Pynbiang, > > I used Redis Pub/Sub. Its simple to use, and it works nicely. > > Thanks > suresh > > On Fri, Sep 27, 2019 at 6:28 PM Yusuke Iw

Re: [Ryu-devel] sending inter-application messages

2019-10-02 Thread knet solutions
Hi Pynbiang, I used Redis Pub/Sub. Its simple to use, and it works nicely. Thanks suresh On Fri, Sep 27, 2019 at 6:28 PM Yusuke Iwase wrote: > Hi, > > It is depending on your situation though, I guess REST or message queue > are generally > convint way. > > https://osrg.github.io/ryu-book/en/h

Re: [Ryu-devel] sending inter-application messages

2019-09-27 Thread Yusuke Iwase
Hi, It is depending on your situation though, I guess REST or message queue are generally convint way. https://osrg.github.io/ryu-book/en/html/rest_api.html https://eventlet.net/doc/zeromq.html Regards, Iwase 2019年9月25日(水) 21:36 Pynbiang Hadem : > Hi, > > What is the simplest but efficient w