About Using AsyncWebServer_ ESP32_ Problem with W5500 library
AsyncWebServer_ESP32_W5500
github : AsyncWebServer_ESP32_W5500
I am using the library file to write a code that uses both webclient, webserver, SF read and write
, SD read and write simultaneously. The project is running well, but I have noticed an issue with
the library file [Byte download read and write is too slow]
As shown in the developer's documentation, it is expected that the download bytes per second
will not exceed 6kb
And I found another library file on Github,Ethernet_Generic
The expected speed of this library file can reach 400kb/s
I come from beautiful China
and I'm not sure if you can understand the output in the picture above
This library file solves the 2kb limit problem of w5500 Ethernet and can freely modify the 32K
bytes of receive/send cache on the W5500 chip by modifying the number of sockets
And I found a webclient on Github that can be used in conjunction with him
But there is no webserver that can be used in conjunction with it
This makes me very distressed
This library file coexists with Ethernet_Generic by passing in an object method
And AsyncWebServer_ESP32_W5500 supports all, but limits the byte read and write speed to 2kb
Is there any way to solve the byte limit of AsyncWebServer_ESP32_W5500