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

Display JSON or XML data on Freeboard(Web Dashboard)

I am developing an iOT system for my school project. I have this setup with a DHT11 Temp/Humidity Sensor and a Raspberry-Pi(with Node-Red) I am able to get data from the sensor by using Nodes on Node-Red ,and I can send those data to Xively. The…
sonny
  • 191
  • 2
  • 12
0
votes
1 answer

GPRS communication with xively

I am new to xively. I am planning to connect some devices (may call Internet of things) to internet. All my devices will have GPRS for connection. The data collected by these device will be uploaded to net and stored in some spreadsheet like form. I…
0
votes
1 answer

Is it possible / reasonable to stream H.264 encoded video via the Xively service?

I see that sensor data can be streamed / accessed via the Xively service, but I'm not sure if using a video stream (from webcam) would be possible. Is this outside the typical usage scenario for Xively?
0
votes
1 answer

Xively PUT request error HTTP 411, Content-Length Required?

So I've got an arduino uno with a CC3000 shield attached and I want to push data to my Xively account: https://xively.com/develop/yS4XfViIIEEkB94MJ4zs However I get this error when I connect: Connected! Request DHCP api.xively.com ->…
0
votes
1 answer

Xively not responding to MQTT requests

I'm trying to evaluate the xively service using MQTT. I have created a development device and am trying to connect to it using the mosquitto_pub client. If I try to open a connection to api.xively.com with no username or password I am connected…
hjb303
  • 3
  • 2
0
votes
2 answers

What Does This Output Represent?

I'm trying to get my RPi to send temp data to Xively and I'm having a horrible time getting my code to work. This is the latest reponse I get when I run the python script... Traceback (most recent call last): File "xively1.py", line 11, in…
0
votes
2 answers

Is xively activation necessary

Why does xively accept data for a device even if it is not activated. Is activation really necessary as I can view the data that is uploaded to a non activated device in any case.
0
votes
1 answer

"Xively GPRS-master library" GET example with the sim900 icomsat shield for arduino

I'm trying to use this example from the Xively_GPRS-master library (https://github.com/Seeed-Studio/Xively_GPRS) to get data of the xively website, and I get only this in the serial monitor for arduino: "Reading from Xively example IP…
mauro
  • 43
  • 1
  • 6
0
votes
1 answer

Arduino sending data to Xively

i have multiple temperature and humidity sensors conected to arduino board mega(DHT22, DS18b20,...) In my program i get the temperature from the sensors and i put them into datastream and send it to Xiviely, and here comes the problem. When i put…
Hugo
  • 3
  • 2
0
votes
1 answer

Why does the Xively MQTT server stop responding occaisionally?

Has anyone else seen this? The Xively server (tcp://api.xively.com:1883) accepts my connection but never responds to the MQTT CONNECT message. On a Wireshark capture I see the CONNECT message going out (with MQIdsp in the protocol field) but…
RobM
  • 49
  • 6
0
votes
1 answer

Averaged Historical Data from Xively feed API

The xively (Cosm) web interface issues the following function for averaged historical datapoints // For averaged historical…
rjha94
  • 4,292
  • 3
  • 30
  • 37
0
votes
1 answer

Can Xively show a log of text messages from a device?

Is Xively ONLY capable of showing graphs of values, or sending responses to triggers, etc? Is there any way to create a little scrollable message window and see log-type messages as they happen? Seems like most of the info on the Xively site is…
Andrew Ward
  • 171
  • 2
  • 13
0
votes
1 answer

Xively - how do I enumerate development-mode devices (from Java)?

According to the documentation a GET request to /v2/feeds "will return a snapshot of each Xively Feed that is viewable by the authenticated account." When I invoke this service the results include lots of public feeds, but not my own…
RobM
  • 49
  • 6
0
votes
1 answer

Why is Xively sending out-of-date (possibly cached) data?

I notice that when I update a feed (set a new value) and then read the feed, the data returned does not always include my last update. It's as if Xively is returning a cached response. Eventually (after 5 minutes or so) a request will result in…
RobM
  • 49
  • 6
0
votes
1 answer

Is there a Xively Development Server in Europe?

I am updating my temperature readings with a 1-wire raspberry pi from South Africa. Is there a xively server in Europe that I can use?
skvery
  • 336
  • 2
  • 16