Questions tagged [xively]

Xively is a platform devoted to simplifying the interconnection of devices and data with applications on the Internet of Things.

By providing necessary resources, Xively helps developers and builders easily create, prototype, build, pilot and deploy their Internet connected product. So they can transform the way people experience their world.

Xively's REST API, extensive hardware and software libraries for your device, application, or service makes it easy to program in the language or environment of your choice.

References:

157 questions
1
vote
0 answers

How to read waypoints in xively

There is a nice explanation how to store locations on Xively https://xively.com/dev/docs/api/metadata/waypoints/ https://xively.com/dev/docs/api/quick_reference/api_resource_attributes/ but there is no example how to read stored waypoints ? GET…
duleorlovic
  • 432
  • 4
  • 15
1
vote
3 answers

How to access Xively datapoints history with javascript?

I am new to Xively. Now I am trying to access the datapoints history from the feed that I get. From this documentation: http://xively.github.io/xively-js/docs/ It seems that I can use the method xively.datapoint.history(feedID, datastreamID,…
1
vote
1 answer

Xively:Trigger url Web Service does not get called

I am working on Xively. I have created 3 (A,B,C)channels. Requirement is whenever there is any change in channel value, my web service should get called. But due to some unknown reason with "Send Test Trigger" button as well as with actual condition…
Vipul R
  • 195
  • 2
  • 9
1
vote
1 answer

Xively request log seems stuck on "Waiting for requests" in two different attempted tutorial examples

I followed the tutorial at: https://xively.com/dev/tutorials/pi/ And it almost worked. My python code compiled and ran just fine, and does seem to be sending something to Xively, as I get a stream of messages on the Pi like this: Reading load…
MKeser
  • 11
  • 2
1
vote
1 answer

Get Xively datastream in Eclipse

I am trying to get the datastream from Xively using Xively4J. I have download snapshot jar from Sonatype repo. I figured that there is a getDatastreams() method, but this method is strange because it doesn't take arguments. How can I use this method…
1
vote
1 answer

Send 500 bytes to Xively via UDP (low data plan), using C on an MCU

We have our own Freescale K60 microcontroller board running MQX RTOS. We can POST (and most likely GET) data to Xively via TCP but our data plan is limited and TCP resends and chews up a ton of overhead. I have heard that UDP seems to be our best…
1
vote
1 answer

how to use Xively API Library on Ruby?

i'm triyng to upload some data to xively from ruby, i did install all the gems and this test code runs ok, but nothing changes in the xively graph of my device. This small code was isolated from the fragment of a bigger code that works fine, and…
rccursach
  • 305
  • 3
  • 14
1
vote
1 answer

Upload DHT22 Sensor Data to Xively Feed

I am trying to modify some of the predefined code that exists for the DHT22 sensor. I would like to modify Adafruit's DHT_Driver so that it returns an array corresponding to the Temperature value and Humidity value that the sensor outputs. I would…
Jonathan
  • 589
  • 1
  • 13
  • 23
1
vote
1 answer

Filter datastream with GET call

If I use this URL: https://api.xively.com/v2/feeds/65673.json?datastreams=3 Xively returns this: { "id":65673, "title":"Swimming Pool", "private":"false", "tags":["arduino","xbee"], "description":"Monitors swimming pool conditions", …
1
vote
2 answers

Xively provisioning - how does an app request a device feed ID and key?

Xively provisioning - how does an app request a device feed ID and key? On the "Provisioning" page it says: "8 An application prompts the user for the serial number of the device they have just activated, the application uses a Master Key and the…
a4o
  • 81
  • 4
1
vote
2 answers

Can't send data to Xively through Arduino Wi-Fi Shield, sending just one stream

I'm doing a project involving uploading data wirelessly, from an analog sensor. In this case it is a light sensor. I am using an Arduino Uno R2, and an official Arduino Wi-Fi Shield. Below is my code: #include #include #include…
1
vote
1 answer

Incoherent results from feeds search through the API

I want to visualize in an earth map all feeds from the user 'airqualityegg'. In order to do this I wrote the following script with Python (if you are gonna try yourself, indent correctly the code in the text editor you use): import json import…
1
vote
2 answers

Xively: how to activate a device with the python api?

Since COSM has become Xively, a nice device api has been added (or was always there- not sure). The flow is create product batch with serial numbers activate devices using some product batch identifiers (?) start using the device with the obtained…
andig
  • 13,378
  • 13
  • 61
  • 98
1
vote
1 answer

Connecting MSP430 CC3000 to Xively

I am looking to connect my TI MSP430+CC3000 eval kit to Xively for evaluation. There is a Xively C library that I would like to use. However, i wondering if anyone else has already done it who could share with me? As I saw there is already Xively…
1
vote
0 answers

Attach legacy feed to new Xively interface

Is there a way to use the legacy feeds in the new development system? Or, do I have to create new feeds and go through the entire process? What about moving the data from the existing legacy feeds to the new system?