Replies: 1 comment 1 reply
-
@lacssa Thank you for your interest in AutoConnect. I am working on it right now. The AsyncAutoConnect library uses ESPAsyncWebServer as its web server. Therefore, it can benefit from AsyncTCP or ESPAsyncTCP, which allows multiple connections. It also aims to ensure portability at the library API levels with ESP32 and ESP8266, similar to AutoConnect. The current development status of AyncAutoConnect is in the process of implementing the basic AutoConnect functionality with the exception of custom web pages and the OTA feature. Benefits that can be expected as:
However, it is still possible that AsyncAutoConnect does not fully satisfy the following your mentions.
The synchronization that is similar to AutoConnect will remain unresolved as:
Do you have any specific wishes? |
Beta Was this translation helpful? Give feedback.
-
Hi Hieromon,
Great work you have been doing here!
I'm curious about any support for Async webservers.
I have been working on a GPS tracker which has a web interface, but has to be asynchronous since there are other processes in parallel.
Have you ever tried to check this out?
Cheers!
Best regards,
Luis Abreu
Beta Was this translation helpful? Give feedback.
All reactions