On the Byte Limit Problem of AsyncWebServer_ESP32_W5500

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

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

github:HttpClient

1414

1415

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

S~USL0HAC)U3}9X~6EXI5K

I moved your topic to an appropriate forum category @Mtopu.

In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.

This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

@khoih-prog I hope the developers will fix this, don't know if it's possible

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.