Zach Hoeken
Zach Hoeken
So this thread is a bit old, but I wrote a wrapper library for ESP-IDF web server in ESPAsyncWebserver style: https://github.com/hoeken/PsychicHttp I'm just about to do a v1.1 release which...
I was having a somewhat similar issue to this, and this was one of the top results when searching. I have a WebSocket server that is receiving commands and they...
I am making a board that controls some power mosfets and talks through a websocket server using the EspAsyncWebServer. When I was load testing it with lots of traffic it...
@proddy check out https://github.com/hoeken/PsychicHttp Its a wrapper for the ESP-IDF library with ESPAsyncWebserver syntax. Actively developed and reliable / stable (thanks Espressif!)
Something like this would be great. I went down the SPIFFS route as well at first - nice and easy for development, but doesn't work well for doing OTA updates....
So, quick update here. At high message rates, it was still occasionally crashing (like every 12h or so, at 100 messages/sec) I changed to this fork (https://github.com/nthd/ESPAsyncWebServer) that has some...
@ninja- funny you say that.... I've been working on a new project that is a wrapper in the style of ESPAsyncWebServer but uses the native ESP-IDF server calls under the...
@ninja- thanks man. yeah the esp-idf library is great, but its not exactly user friendly. it does make a fantastic base for a proper HTTP server though. I don't know...
@ninja- have you seen the new v3.0 beta of the official esp-idf/arduino framework? looks like its using latest v5.1.x branch of esp-idf. https://blog.espressif.com/announcing-the-arduino-esp32-core-version-3-0-0-3bf9f24e20d4 What platform are you using? Currently I'm...
If anyone is following this thread, PsychicHttp v1.0 has been released. Feel free to give it a try and let me know your feedback. https://github.com/hoeken/PsychicHTTP/