esp-mesh-lite icon indicating copy to clipboard operation
esp-mesh-lite copied to clipboard

mesh lite node api request time out & long time (AEGHB-791)

Open yel-best opened this issue 6 months ago • 6 comments

use Mesh-Lite v0.10.3 use ESP-IDF v5.2.2

I'm currently using a total of 5 nodes, all with default configurations and no modifications. Here's the logic of the test program I conducted:

Using the 5 nodes, each sends an HTTP request every second to an internal IP address. The API logic is straightforward, consisting of a GET request that consistently returns the same data structure, and the response time is very short.

However, the ESP32S3's performance, as shown in the diagram below, indicates the total time taken for each HTTP request in milliseconds.

You'll notice that the requests are relatively slow. When I access the same API with my computer, the request time is usually under 100 milliseconds. However, the ESP32S3 doesn't meet this requirement. There were no network topology changes among the nodes—there are only 5 nodes in total, all online, with one acting as the root node.

image

yel-best avatar Aug 26 '24 07:08 yel-best