Hi,
I am doing some feasibility analysis.
I have to send some data from SD card or Flash memory to some server using POST command.
How many characters can be sent via POST command? Is there any limit of how much payload can be sent via TCP/IP in LWIP?
In enet_weather example MAX_REQUEST macro limits from Code side.
So if I am trying to send more data on low speed network will it be taken care by TCP? I am planning to send data packets of around 100 KBytes on 64kbps network speed. What are other alternative to send this much payload?
Using CCS v6.1.0.00104, TivaWare_C_Series-2.1.1.71, lwip_v1.4.1 on windows 8 64 bit machine.
Thanks,
Bhavesh