Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi Guys,
I am working on a data gathering application on the Mbed, and I am starting to get worried about poor transfer speed.
I am using a TCP socket which works. But my effective transfer speed is around 1900 bytes/second!
I suspect the low throughput is caused by a late TCPSOCKET_WRITEABLE. I am wondering if there is anything I can do to speed up the transfer rate.
I am wondering if it would be worth the hazzle to do a UDP socket instead and handle the sequence of recieved data packets manually.
What speeds have you achieved?
Kind regards
Jesper