This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3100MOD: CC3100MOD HTTP POST CHUNKED

Part Number: CC3100MOD
Other Parts Discussed in Thread: CC3235SF

Hi everyone.

I'm using CC3100MOD to post 10 MB of data on a remote server through Simplelink HTTP protocol.

Is it possible to post data using HTTP chunked mode?

At moment I'm fragmenting whole data packet in small http post. But It needs a long, long time!!!

Does anyone have an idea?

Thanks.

Regards,

Tom

  • Hey Tom,

    Unfortunately, the CC3100SDK does not support HTTP chunked mode and there are no plans to incorporate it in the future. However, the CC32XXSDK includes HTTP chunked mode. You can check out the sendRequest() in httpclient.c located in source/ti/net/http/ for reference if you wish to implement this on the CC3100MOD.

    Best regards,

    Jacob 

  • Hi Jacob.

    Thanks for the reply.

    We are working on two projects: the older with CC3100MOD, the most recent one with CC3235SF.

    In the CC3235SF project I'm using chunked http. So I asked myself if CC3100MOD has the same capabilities.

    You solved my doubts.

    Thanks a lot.

    Regards,

    Tom