You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing an real time monitoring system and I need to send sensor data to server quickly.
The tests I have made sending a string of data to server over wifi (with el-client and esp-link firmware) shows I can only send 111 records (string) in 10 seconds. Using arduino pro mini 8Mhz 3.3V. I also saw el-client buffering the data and sending to server where the data should have already been sent to server.
Did anyone make any network throughput tests with this library ?
The text was updated successfully, but these errors were encountered:
I am developing an real time monitoring system and I need to send sensor data to server quickly.
The tests I have made sending a string of data to server over wifi (with el-client and esp-link firmware) shows I can only send 111 records (string) in 10 seconds. Using arduino pro mini 8Mhz 3.3V. I also saw el-client buffering the data and sending to server where the data should have already been sent to server.
Did anyone make any network throughput tests with this library ?
The text was updated successfully, but these errors were encountered: