me-no-dev / AsyncTCP

Async TCP Library for ESP32
GNU Lesser General Public License v3.0
750 stars 433 forks source link

Examples from ESPAsyncTCP and update to Readme #160

Open haddow777 opened 1 year ago

haddow777 commented 1 year ago

Hello. I really like this library. I was thoroughly frustrated with the ESP32 version of the Arduino WiFi library to handle TCP connections. Someone referred me to here. Unfortunately, I'm not super great with C and was stuck for quite a bit trying to understand how this library functioned just from the code. Recently I was made aware that example code is present in the ESPAsyncTCP repository, which is basically the same as this one with more functionality. I looked at the client server example and they appear to only use the ESPAsyncTCP files, which are as far as I know exactly the same as the ones in this repository except these ones have code specific to the ESP32's underpinnings. Could it be possible to have those examples copied over to here so those looking for ESP32 TCP functionality can find them more easily? If they aren't drop in capable, maybe just a reference to the fact tht the ESPAsyncTCP library has them so new people can know that a nearly identical library has something that can be used as a guide? Could save people time and frustration. Thanks.

stale[bot] commented 1 year ago

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.