-
-
Notifications
You must be signed in to change notification settings - Fork 475
[FEATURE REQUEST]Add support for alternate webserver library #492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@luc-github Have you testede this yet? Would be great to have faster file transfer... |
no I did not |
the plan of this will be after 3.0 so may be 3.1 |
\O/ |
Additionnal update: SecureWebServer is coming in 2.0 esp32 core 😸 |
additional potential library to bench for ESP32 https://github.com/khoih-prog/WiFiWebServer |
ESP3D-TFT use light httpd and so far so good - did not tried the https but it is well supported, I have coded the multipart POST support so moving to idf when esp8266 is end of life will definitly the way to go |
This was open for a long time and no solution so far so let's close it |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
https://github.com/fhessel/esp32_https_server
Seems even support async way and several clients - need to benchmark it but it may be the solution for the slow upload and file download in http way vs embedded esp32 webserver
Last but not least it supports HTTPS which is in future must be implemented in ESP3D
https://techtutorialsx.com/2019/04/07/esp32-https-web-server/
for transition period it even provide a wrapper : https://github.com/fhessel/esp32_https_server_compat, and add experimental support of esp32 websocket
It is actively supported so all is benefit ^_^
Need to do some bechmark but very promising
Note: For esp8266, the https webserver is already supported (https://www.onetransistor.eu/2019/04/https-server-on-esp8266-nodemcu.html) but memory is more tight in esp8266 so need to test it can handle esp3D
The text was updated successfully, but these errors were encountered: