Re: [libmicrohttpd] websocket example

2019-01-30 Thread José Bollo
On Tue, 29 Jan 2019 16:16:59 +0100 Moritz Warning wrote: > Hi, > > can someone point me to an example of using websockets with > libmicrohttpd? > > thanks, > mwarning > I implemented WS over LMHD. Try to pull starting from function check_websocket_upgrade in https://git.automotivelinux.org/sr

Re: [libmicrohttpd] websocket example

2019-01-30 Thread silvioprog
Hello José, could we copy this example to the MHD examples? (this code was referenced in #5501 ) best, On Wed, Jan 30, 2019 at 4:17 PM José Bollo wrote: > I implemented WS over LMHD. Try to pull starting from function > check_websocket_upgrade in > > h

Re: [libmicrohttpd] websocket example

2019-01-30 Thread José Bollo
On Wed, 30 Jan 2019 16:22:00 -0300 silvioprog wrote: > Hello José, > > could we copy this example to the MHD examples? (this code was > referenced in #5501 ) IMHO it needs some rework to isolate basic features (it currently implies many dependencies). T

Re: [libmicrohttpd] websocket example

2019-01-30 Thread Nicolas Mora
Hello, Le 2019-01-29 10:16, Moritz Warning a écrit : can someone point me to an example of using websockets with libmicrohttpd? As others, I made an implementation of a websocket service with MHD underneath. https://github.com/babelouest/ulfius/blob/master/src/ulfius.c#L529 Mine is so ent