Hi,

I've got a fairly complete websocket implementation running on LwIP with RTOS - I should think it would be pretty easy to re-jig it for raw LwIP, using call-backs.  You would probably have to make some changes to your http server code to allow it to keep websocket connections open.  I could strip out the useful bits - if that's any use to you?  You would need access to SHA1 encryption - although I think that's already included in the LwIP distribution, but may need a little modification to use it.

Regards,

Mike.

On 02/12/2018 15:03, [email protected] wrote:
Am 02.12.2018 um 01:52 schrieb AfdhalAtiffTan:
Hi all,

I am very new to the lwIP and web development, and I need some directions.

I've seen a lot of cool demo of websocket + webserver on ESP8266 platform on youtube and I am wondering if lwIP can achieve the same. I am using SAM E70
Xplained Atmel development board.

There's no websocket support yet in lwIP. You'll have to rely on 3rd party code for that.

Simon

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

--
FACE Systems Ltd
The Old Boat House
Cadgwith
Cornwall TR12 7JX
T:01326 291031
M:07831 401464


_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to