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 .