The use of the ESP8266 in the world of IoT

User avatar
By biswajit007
#87343 Hi,
For my project, I have configured two NodeMCU (one as AP and another as client) via AT commands. I can transfer UDP data packet from the AP to the client by using AT+CIPSEND command. The data is something like that, "Hello from ESP AP".
Now I want to measure the data transmission rate/speed (not the baud rate) by which that data are transmitted from the AP to the client. Please be noted that, I am using AT commands to configure the modules and I am not talking about the baud rate.

Is there any way to measure the data transfer rate (or, transmission rate) from one module to another?
Thanks in advance.