Post topics, source code that relate to the Arduino Platform

User avatar
By AugustoCiuffoletti
#66222 Hi all,

do you have any suggestion for an Arduino websocket server library that is compatible with the AT firmware? I'm using in a different project the library WiFiEsp together with the ArduinoHttpClient to have a ws client, and it works. Now I have to implement the same for the ws server.

Presently I am using Ethernet+WebSocket (ejeklint), and I'd like to replace the Ethernet shield with an ESP01. Despite WiFiEsp has the same interface as Ethernet, the WebSocket library has dependencies from the Ethernet library that I've not been able to eliminate.

I have been able to run a ws server on a ESP alone, but this is not of interest: I'd like to stick with Arduino+ ESP+AT.

Any idea?

Thank you!