0

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?

4

1 回答 1

1

Xively C 库目前没有实现高级 C++ 包装器。

您需要静态链接libxively.a.

我刚刚回答了原来的问题

于 2013-07-17T12:46:37.743 回答