jeelabs / el-client

Arduino client for esp-link's REST, MQTT, and command interface
BSD 2-Clause "Simplified" License
85 stars 47 forks source link

Slow transfer rates with el-client over TCP (throughput tests asked) #32

Open Slamoth opened 7 years ago

Slamoth commented 7 years ago

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 ?