Questions tagged [iot]

QUESTIONS MUST BE PROGRAMMING RELATED.. Use a more specific tag for your question instead, e.g. [wifi], [bluetooth], [c], [arduino]

The Internet of Things (IoT) is a novel paradigm where many of the objects that surround us will be connected to the Internet, these objects can be Radio-Frequency IDentification (RFID) tags, sensors, actuators, mobile phones, etc. and through unique addressing scheme, are able to interact with each other and cooperate with their neighbors to reach common goals.

While programming questions about Internet of Things are on-topic here, other questions should be asked on the new Internet of Things Stack Exchange site.

enter image description here

If the question is not programming related then it may be on-topic at Raspberry Pi Stack Exchange, Internet of Things Stack Exchange or Unix & Linux Stack Exchange.

3888 questions
1
vote
2 answers

Bluemix Single Sign On doesn't show login page

I did the tutorial to visualize data from my raspberry pi using the IoT Foundation Service and a the .js boilerplate. I followed the following tutorial: https://developer.ibm.com/recipes/tutorials/visualizing-your-data/ Everything works fine. Now I…
Jenkins
  • 121
  • 1
  • 11
1
vote
1 answer

IOT simulation help testing protocols

If i set up an IOT simulation such as the greenhouse tutorial Kura how would I test the protocols MQTT and CoAP. How would I receive information such as speed, the amount of packets dropped, the traffic created etc. Are there any tools I could…
1
vote
1 answer

Can the same device be connected to different IoTF organizations?

I've been able to register and connect a device to my IoTF organization using similar steps as this recipe.. Now, if I try to follow the same steps to register the same device to a different (colleague's) IoTF organization, it does not connect. For…
1
vote
1 answer

What is the difference between an Internet of Things (IoT) environment and other environments?

What makes IoT environment different from other environments (e.g., cloud, pervasive, web)? In general, the latter are components of the IoT environment, but what are the specific properties of IoT?
Andrei
  • 7,509
  • 7
  • 32
  • 63
1
vote
1 answer

Bluemix IOT foundation Launch Dashboard keeps spinning on MAC (works on Windows)

I started the IOT Foundation service following the steps in Jeff Sloyer's tutorial on using a Raspberry Pi, Python, etc. I start the IOT service, and I get the page to Launch Dashboard. However, when I do this, it just spins. I found the similar…
Ruth
  • 11
  • 1
1
vote
1 answer

Sample node.js doing form handling and processing - in Node.js

I need a pointer or sample tutorial or some examples to form handling in Node.js. I have a form.html which has 3 buttons "Forward", "Backward", "Stop" and they will have to call a process get and appropriately send messages to the backend component…
Shashi Kiran
  • 63
  • 1
  • 7
1
vote
3 answers

IOT Node Red IBM Bluemix: State Machine/Store Old Data

I have built a simple application which connects to my IoT temp sensor device and sends an email based on the temp--warm, just right, and cold. To do this I've used the IBM IoT node for connecting to my IoT device, and then processed the data with…
Austin
  • 21
  • 3
1
vote
1 answer

Which database for a internet of things case would work?

Ok. Just a scenario. I got about 100 smart homes. Every smart home has a different amount of door sensors, temperature sensors, humidity sensors. Every house could add or remove some of them. For this example every temp & hum sensor uploads every…
Edmundo Del Gusto
  • 378
  • 1
  • 4
  • 15
1
vote
1 answer

Either MQTT Client is not fully initialized (please wait) or non-JSON message has been sent

When trying to send a command to an IBM IoT node from an Inject node using the Node-RED flow editor, the following error appears: "Either MQTT Client is not fully initialized (please wait) or non-JSON message has been sent". Inject Node…
gyoong2
  • 41
  • 4
1
vote
1 answer

Bluemix quickstart disconnects at publish with Paho MQTT client

I used Paho MQTT client in Android to connect to IBM Bluemix quickstart IoT service. The connection part works well, but when I publish, the cloud application displays that I'm disconnected, but in the client I don't get exceptions. I use this…
tamas.pflanzner
  • 325
  • 1
  • 6
  • 11
1
vote
1 answer

CoAP: Group similar resources under one

I am using libcoap implementation of CoAP for one of my IOT application. Query: I want to group more than one resource under one topic. For example, I want to group 'current time' resource and 'date' resource under 'TIME' resource. On GET request to…
1
vote
2 answers

how create get url from Visual Studio 2015 for Windows Iot in app C#

How create get url from Visual Studio 2015 for Windows Iot in app C# (Universal App Windows) Getreponse(); from c# 2015 is deprecated HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://XXX/online?check=useronline"); request.Method =…
user3701584
  • 115
  • 2
  • 8
1
vote
1 answer

How does device anti-spoofing work in Azure IoT hub?

From Azure development guide https://azure.microsoft.com/en-us/documentation/articles/iot-hub-devguide, there is a small section (shown as below) talking about device anti-spoofing. It is not clear for me, it says IoT hub stamps every message with…
Shuping
  • 5,388
  • 6
  • 43
  • 66
1
vote
1 answer

Apache Kafka: How to send data from different machine

I started recently studying Apache KAFKA, for IOT application I am working on. Right now, I am having devices which are already sending data to server using HTTP POST and GET. After struggling a lot for at-least 5-6 hours. I am not able to figure…
Rahul Borkar
  • 2,742
  • 3
  • 24
  • 38
1
vote
1 answer

Which protocol for two servers where one is behind a firewall?

There are two servers: Local Server behind a firewall (DSL Router) connected to microcontrollers (actors & sensors) Cloud Server sends commands to Local Servers The idea is that the Cloud Server sends commands to the Local Server. E.g. to…
Philip
  • 3,470
  • 7
  • 29
  • 42