From my readings around the net and the terms and conditions at xively, it seems like they are rate-limiting developer accounts these days. That may account for some of the strange behavior you report.
I Also had a look at github and found some sample code for xively and arduino here:https://github.com/xively/xively_arduino
I guess that must be what you are referring to. It seems to be under active development. I looked at the Download Datastream example. It seems very simple and likely to work. I don't havea setup to verify that for myself,but it doesn't do anything complex. All the work and worry is in the call
int ret = xivelyclient.get(feed, xivelyKey);
i'll be interested to heat how any efforts work out. I have been considering xively or something like it for one of my projects.
Best of luck.
Statistics : Posted by dattasaurabh82 • on Fri Nov 15, 2013 7:53 pm • Replies 8 • Views 757
I Also had a look at github and found some sample code for xively and arduino here:https://github.com/xively/xively_arduino
I guess that must be what you are referring to. It seems to be under active development. I looked at the Download Datastream example. It seems very simple and likely to work. I don't havea setup to verify that for myself,but it doesn't do anything complex. All the work and worry is in the call
int ret = xivelyclient.get(feed, xivelyKey);
i'll be interested to heat how any efforts work out. I have been considering xively or something like it for one of my projects.
Best of luck.
Statistics : Posted by dattasaurabh82 • on Fri Nov 15, 2013 7:53 pm • Replies 8 • Views 757