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
2
votes
1 answer

How to accept POSTed data from Xively in flask web app?

I am trying to write a Flask web app (hosted on Heroku) that will accept a datapoint POSTed to it from Xively. The code below is meant to take the datapoint, modify it(add 2 to it), and then send it back to the xively feed: import os from flask…
2
votes
1 answer

Xively: Unauthorized when getting data

I'm trying to make an app using the xively api. The thing is, I can't get the information because I get the "Unauthorized" error. I even made the data public, and waited 12hrs now, but still same problem. I can log into my account through my web…
Celly
  • 325
  • 1
  • 14
2
votes
1 answer

How to update arduino wifi shield firmware?

I am having trouble following the procedure on the Arduino website to update the wifi shield firmware. Here's the link. The outlined procedure is hard for me to follow, including what files to download from Github and where to store them on my…
vtee
  • 21
  • 2
2
votes
0 answers

Sending a Raspberry Pi Datastream to xively

I have my rpi connected up to a digital scales via RS232, a MAX3232 serial port / ttl module connected into the GPIO. Successfully collected the weight data streaming from the scales using this code (data is in blocks of 20 and the weight is at 11 -…
rparkera
  • 21
  • 1
2
votes
1 answer

HTTP error using Arduino WiFi Shield and Xively (WPA2)

I just started with Xively and tried the basic tutorial ( https://xively.com/dev/tutorials/arduino_wi-fi/ ) I just changed my network Access to WPA2 which seems to work but then I get the following respond in the Serial Monitor: Starting single…
2
votes
1 answer

Can I rename an Xively stream ID

Is there a way to rename a Xively stream ID. Because my feeds were created in cosm, they just have IDs like 0, 1 etc. But in Xively, it would make more sense for them to be named. Can I change the stream ID in xively?
2
votes
1 answer

Copy range of historical datapoints between xively channels

I have a legacy Xivey (from Cosm) feed with old channels. I will create new feed and I want to migrate some old data to some new channels. How can I do that efficiently ? Thanks ! Else, I will work with scripts like this... curl --request GET…
2
votes
1 answer

Is there an API call for searching datastreams?

In the Xively API, I found a way to search for feeds, but what I really wanted is a way to search within datastreams. For example, I want the most recent five datapoints that == 1. I looked at the "historical data" API and could not find such…
Andrew
  • 43
  • 3
2
votes
1 answer

Querying Xively for public feeds - are these requests throttled?

I run a site that visualises radiation readings from across Japan, formerly powered by COSM and now Xively - http://japan.failedrobot.com/ I used to query the API with a request for all readings of sensor type radiation within a specific GPS region.…
haiyan
  • 21
  • 1
2
votes
1 answer

Xively read data in Python

I have written a python 2.7 script to retrieve all my historical data from Xively. Originally I wrote it in C#, and it works perfectly. I am limiting the request to 6 hour blocks, to retrieve all stored data. My version in Python is as…
2
votes
2 answers

Include libraries with g++

My cpp project uses these libraries: #include #include #include #include #include #include #include #include #include #include The…
Toast
  • 596
  • 2
  • 19
  • 39
2
votes
1 answer

How to search for and read Xively public feeds

What is the best method for searching for and reading other users' public feeds? What API_KEYs to use? I'm using WinInet on Windows to do HTTPS and call the "Search Feeds" and read "Historical Data" APIs. The API docs for both of these say they need…
a4o
  • 81
  • 4
2
votes
1 answer

Can't connect to Xively using Arduino + wifi shield, "ret = -1 No sockets available"

Thanks so much for looking guys. I'm just getting started with Arduino wireless sensor projects and I've hit a clue wall. I'd appreciate any insight or help troubleshooting my project. I'm using an Arduino Mega, with the Wifi Shield to attempt to…
2
votes
1 answer

Xively string data

I would like to know if it is possible to send a block of data like 128 bytes of data to a Xively server MOTOROLA SREC for example I need this to do firmware upgrades / download images to my Arduino connected device? As far as I can see one can only…
2
votes
1 answer

Should the xivelyclient.get API call take 1 minute to return?

I am using the Xively Arduino API. All the API calls I have used so far are working as expected, except the xivelyclient.get() call takes 1 minute to return with the data. Is this the expected behaviour? Below is my code. As you can see its…
Nick
  • 31
  • 4
1
2
3
10 11