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.

Post to Nimbits server from EK-TM4c1294XL

Other Parts Discussed in Thread: EK-TM4C1294XL

Hi everyone , 

I want to post data which i receive from Adc to a Nimbits server . I am unable to find examples with does a post to any server . All these examples Enet_io , enet_lwip and enet_uip are given for creating a embedded web server and not client. 

I would really appreciate if you could thrown some light on this.

Previously , I used raspberry pi and I was able to post data using Curl since it has linux, but I cannot do it in C . Also I am newbie in using TCP/IP . 

Thanks in Advance.

P.S : I know there is exosite which does the same , but i don't want to use exosite . 

  • Hi,

    Please see this post for client implementations: http://e2e.ti.com/support/microcontrollers/stellaris_arm/f/471/t/46002.aspx

    Also, the latest Tiva version uses json.c to exchange data, see examples for that file.

    Petrei

  • Thanks for your response .  The link you mentioned is for Stellaris .

    Do TI have any examples where the MCU acts as a client and sends data to a remote web server for EK-TM4c1294XL ??

  • Hi,

    Although the link is in Stellaris forum, the suggestions by Andy Neil does not limits to Stellaris - there are related to TCP/IP client/server, worth to read at least the last one (mbed works also with other Cortex-M4 micros).

    Also you may search the Tiva forum for the same subject.

    Petrei

    Edit: As shown in this link, there is a client example for Tiva.