On Wed, 2016-11-23 at 09:28 -0800, Robin Zimmermann wrote: > Hi Alan, > > Thanks for the response. > > 1. I am working on WebSocket support for Qpid Dispatch. Once that is > > > > done I intend to pull the code back into the proton core, so there > > would be C and C++ support. I'm using the libwebsocket.org C > > library. > > > This sounds excellent. Are you in a position to provide an ETA? That > would > help us factor this into our project plans.
I am hoping to commit updates to the qpid-disptch master next week. That will work out the major issues but won't be an "out of the box" integration with proton for use by other applications - it may be useful as an example. I do want to bring this back to proton in a more general form so I'd be happy to work with you as part of that - there is nothing like real users to focus development :) It is possible that the final proton story might require some changes to upstream libwebsockets, but I hope to avoid that. There are a lot of degrees of freedom in libwebsockets that I'm still getting to grips with, and obviously it would be easier if proton can just consume an existing libwebsockets release. > > Regards, > Robin. > > > > *Robin Zimmermann* > Director, Product Management | Mobile: +1-650-867-6686 > *----**----**----**---* > *------------------------------------------------------------------ > ----* > Kaazing >|< > *When real-time matters **™* > Kaazing.com <http://www.kaazing.com/> | Blog <http://blog.kaazing.c > om/> | > Twitter <https://twitter.com/kaazing> > > On Mon, Nov 21, 2016 at 2:26 PM, Alan Conway <[email protected]> > wrote: > > > > > On Mon, 2016-11-21 at 14:03 -0800, Robin Zimmermann wrote: > > > > > > Hi, > > > > > > Does anyone know of a C++ client that supports AMQP 1.0 over > > > WebSocket, > > > since it's now been standardized? > > > > > > I searched the archives but did not see anything recent. > > > > > > If not a C++ client, what about a C client? > > > > > > > No but... > > > > 1. I am working on WebSocket support for Qpid Dispatch. Once that > > is > > done I intend to pull the code back into the proton core, so there > > would be C and C++ support. I'm using the libwebsocket.org C > > library. > > > > 2. C and C++ proton provide a low-level "connection_driver" that > > you > > can combine with libwebsocket.org or some other library to do it > > yourself in the meantime. Please let me know if you go this way as > > we > > will probably have things to talk about. > > > > Cheers, > > Alan. > > > > > > ----------------------------------------------------------------- > > ---- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
