Back in December 2018 you wrote…

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.
This may be a bit late if you have everything working but Real Time Logic[1] have just released their WebSocket server under a dual license (GPLv2 or commercial). There are abstraction layers included for lwIP both for the Netccon and raw APIs. Source is available at https://github.com/RealTimeLogic/MinnowServer

-Andy.

[1] www.realtimelogic.com

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

Reply via email to