I have a Raspberry Pi that reads sensor data and I would like to send it to a xively feed.
I figured out that I have to use either the API or the C library. I failed trying to use the library.
I would like to have something like this in my C++ program:
xively.update("sensor1",sensorvalue);
What is the easiest way to do that?