[SOLVED] How to send the data to ubidots in wiced studio

Hello ubidots coomunity,

i am new to ubidots and wiced studio.
and i am trying some simple demo program. i can able to run the demo program
and i am trying to send the data to ubidots. i have found ubidots c sdk. but that did not work.

Is their any other libraries available in ubidots? can anyone help me on this?

Regards,
Pavithra

Hi @pavithragowda,

You may use the curl library directly to post data directly from C implementing POST requests that fit our REST API.

Hope it helps you.