ESP32Async is live! #1
Replies: 5 comments 2 replies
-
Congo! Finally a release where all will agree on issues & contribute. Although, I do think, the name should have been changed to “AsyncWebServer” / something else to differentiate and also to indicate that it supports multiple platforms ( or might support more platforms in future ). People really grab the first result that comes up when searching in registry which in most cases is not the mentioned dependency. |
Beta Was this translation helpful? Give feedback.
-
Awesome! Nice to see it finally made into an organization and could help to form a good support community around that famous projects. |
Beta Was this translation helpful? Give feedback.
-
Thanks guys, especially for updating the libraries for ESP-IDF 5+ and Arduino 3+. Good luck with the project! |
Beta Was this translation helpful? Give feedback.
-
Great news guys. Very happy to see this library get a new lease of life. Long overdue. Thank you. 😄 👍 |
Beta Was this translation helpful? Give feedback.
-
finally, something that works with minimal bugs! thank you very much. i have been so busy fixing many things that had errors or causing crashes in work that i was bored! i thought nobody cared about this, but now i am so happy. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @everyone !
With @me-no-dev we took the decision to merge the async repositories (AsyncTCP, ESPAsyncTCP, ESPAsyncWebServer) from https://github.com/me-no-dev with the community maintained forks at https://github.com/mathieucarbou that several people were using.
The result is the ESP32Async organization (https://github.com/ESP32Async) which is now hosting:
ESPAsyncWebServer
at https://github.com/ESP32Async/ESPAsyncWebServerAsyncTCP
at https://github.com/ESP32Async/AsyncTCPESPAsyncTCP
at https://github.com/ESP32Async/ESPAsyncTCPHere are below the new coordinates to use, which are already available in the ESP32Async org (https://registry.platformio.org/search?q=owner%3Aesp32async):
ESP32Async/ESPAsyncWebServer @ 3.6.0
(ESP32, ESP8266, RP2040)ESP32Async/AsyncTCP @ 3.3.2
(ESP32)ESP32Async/ESPAsyncTCP @ 2.0.0
(ESP8266)These versions should be available in Arduino Library Manager in a few days.
For those relying on RP2040 or AsyncTCPSock, you can use:
https://github.com/ESP32Async/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
(AsyncTCP alternative for ESP32)khoih-prog/AsyncTCP_RP2040W @ 1.2.0
(RP2040)These 3 resulting repositories are merging all the fixes and improvements done in the following forks of the original repositories since years ago:
Plus also include a bunch of fixes, perf improvements, and features like Middleware support.
And as a reminder:
If you have a question, or think there might be a bug in the library, please use the GH Discussions (https://github.com/ESP32Async/ESPAsyncWebServer/discussions)
If you are 100% sure there is a bug, please open an issue (https://github.com/ESP32Async/ESPAsyncWebServer/issues) or, even better, a pull request to fix it!
Happy coding!
Beta Was this translation helpful? Give feedback.
All reactions