Most answered questions in IoT (Internet of Things)

0 votes
1 answer

C/C++ testing framework

Check these out. It might help. http://gamesfromwithin.com/?p=29 ...READ MORE

Dec 4, 2018 in IoT (Internet of Things) by Shubham
• 13,490 points
441 views
0 votes
1 answer

Troubleshooting AWS IoT & MQTT

Took me little time, but resolved the ...READ MORE

Dec 4, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
1,496 views
0 votes
1 answer

Data Modelling for IoT based application in Apache Cassandra

I think creating a single table that has ...READ MORE

Dec 4, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,516 views
0 votes
1 answer

lambda blueprint iot-button-email configuration : displays invalid Input

There is a post in the amazon ...READ MORE

Nov 29, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
750 views
0 votes
1 answer

How safe is it to expose rabbitmq amqp port over the internet?

Talking about whether it is a good ...READ MORE

Nov 29, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
2,546 views
0 votes
1 answer

RPi2 PsSession: Warning - “Command 'iotstartup' cannot be found”

iotstartup such as setcomputername are executables. So, use ...READ MORE

Nov 28, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
539 views
0 votes
1 answer

Display random images from USB on Raspberry Pi

Hey, it's a cool idea! And, since ...READ MORE

Nov 28, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,015 views
0 votes
1 answer

Disk Management Commands in PowerShell for Windows IoT device

All libraries of the full .Net framework ...READ MORE

Nov 26, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
871 views
0 votes
1 answer
0 votes
1 answer

One-to-one Communication in MQTT

Your solution seems to be a decent ...READ MORE

Nov 23, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,101 views
0 votes
1 answer

CLI for Watson IBM IoT service in Bluemix

Programmatically register devices using bulk/devices operations. https://docs.internetofthings.ibmcloud.com/swagger/v0002.html#!/Bulk_Operations/post_bulk_devices_add Here's ...READ MORE

Nov 23, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
598 views
0 votes
1 answer

Cygnus : I'm getting this exception "curl/7.29.0 user agent not supported"

Cygnus version <= 0.8.2 controls the HTTP ...READ MORE

Nov 23, 2018 in IoT (Internet of Things) by Shubham
• 13,490 points
523 views
0 votes
1 answer

What is the Best practice to create automatic reports with Cumulocity?

There is a new feature regarding reporting ...READ MORE

Nov 23, 2018 in IoT (Internet of Things) by Shubham
• 13,490 points
650 views
0 votes
1 answer

Mosquitto vs eclipse paho - Difference in both client libraries

I was stuck with the exact same ...READ MORE

Nov 22, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
4,910 views
0 votes
1 answer

Connecting GSM Module to Raspberry Pi 2

Hey, just use any 'supported' USB-to-Serial adapter ...READ MORE

Nov 22, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
839 views
0 votes
1 answer

serial communication

You can try downloading the npm and node.js through ...READ MORE

Nov 22, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
493 views
0 votes
1 answer

Why two get requests are not updating fields in thingspeak?

You can update up to 8 fields ...READ MORE

Nov 22, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,407 views
0 votes
1 answer

Detecting when a sensor is not sending data to Orion CB in FiWARE

Orion in itself has no such mechanism ...READ MORE

Nov 22, 2018 in IoT (Internet of Things) by Shubham
• 13,490 points
471 views
0 votes
1 answer

AT commands for Loop

I had a brief look at the AT ...READ MORE

Nov 22, 2018 in IoT (Internet of Things) by Shubham
• 13,490 points
805 views
0 votes
1 answer

Connect to external server through Socket.IO from Node.js

I think the server you're connecting to ...READ MORE

Nov 21, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
14,840 views
0 votes
1 answer

Can't Access Kura Web UI - HTTP ERROR: 404

Hey, relax! This is so common that ...READ MORE

Nov 21, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
1,099 views
0 votes
1 answer

Can't install IDAS through provided RPMs on CentOS 7 VM

You should get that GitHub repository and ...READ MORE

Nov 20, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
590 views
0 votes
1 answer

Unable to find my device running Win 10 IoT on the WindowsIoTCoreWatcher.exe

There must be a process on your ...READ MORE

Nov 20, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
680 views
0 votes
1 answer

What AT commands are required to register an IoT modem on Verizon?

In the PLMN scan result, there is ...READ MORE

Nov 19, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,723 views
0 votes
1 answer

How do you Schedule Index Updates in CouchDB?

CouchDB does regenerate views on update, but ...READ MORE

Nov 19, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
655 views
0 votes
1 answer

Is it possible to use .Net for the ESP8266?

You could write a C# marshaller, but ...READ MORE

Nov 19, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
2,235 views
0 votes
1 answer

IoT publish/subscribe protocols vs. RESTful HTTP

At a small scale, i.e, with just ...READ MORE

Nov 19, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
1,177 views
0 votes
1 answer

URL Scheme for iOS Home App

I think you could try doing it ...READ MORE

Nov 16, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
920 views
0 votes
1 answer

Transform & De-transforming 32-bit representation of a double value

So, if it's a double, it'd be ...READ MORE

Nov 16, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
845 views
0 votes
1 answer

LoNet Mini GSM Module : sim800L gprs post request

Did you set up your PDP context ...READ MORE

Nov 16, 2018 in IoT (Internet of Things) by Shubham
• 13,490 points
2,555 views
0 votes
1 answer

How to detect presence of a device in a WiFi network?

Finding the mac-address would probably work. Basically, ...READ MORE

Nov 16, 2018 in IoT (Internet of Things) by Shubham
• 13,490 points
3,109 views
0 votes
1 answer

TRIM_HORIZON: AWS definition for DynamoDB Triggers (Streams + Lambda)

Here's what I found in the DynamoDB's ...READ MORE

Nov 15, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
4,926 views
0 votes
1 answer

AMQP Communication Multiplexing

I've recently built such an architecture, maybe ...READ MORE

Nov 14, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
909 views
0 votes
1 answer

CLI Provision a Security Certificate - is it working?

There is a somewhat invisible typo in ...READ MORE

Nov 14, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
467 views
0 votes
1 answer

Testing your code for speed?

What you are describing is known as ...READ MORE

Nov 13, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
398 views
0 votes
1 answer

Learning FreeBSD

It's impossible to say. Not only is ...READ MORE

Nov 13, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
314 views
0 votes
1 answer

Security/Authentication in Kafka

Hey there, security wasn't a part of ...READ MORE

Nov 13, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
555 views
0 votes
1 answer

Bluetooth RfcommService

Hard code the address on your client ...READ MORE

Nov 2, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
873 views
0 votes
1 answer

Windows 10 IoT Raspberry Pi 2: DHT22/AM2302

DHT22 requires very precise timing. Although Raspberry ...READ MORE

Oct 29, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
973 views
0 votes
1 answer

Bridging an Internet Server with IoT Module

I did something similar with an IoT ...READ MORE

Oct 29, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
468 views
0 votes
1 answer

Arduino to pubnub cloud using esp8266

With the ESP8266, it always better to ...READ MORE

Oct 27, 2018 in IoT (Internet of Things) by Siddhant
• 210 points
842 views
0 votes
1 answer

Build a custom wifi stack

After considering all options, I believe we ...READ MORE

Oct 17, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,082 views
0 votes
1 answer

Backing Up WIndows IoT Core

I think the tool you need here ...READ MORE

Oct 17, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
515 views
+1 vote
1 answer

Does learning IoT need you to buy a Raspberry Pi or similar IoT devices?

Though I'd recommend having the device for ...READ MORE

Oct 16, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
745 views
0 votes
1 answer

Oreo WiFi Connectivity

I am currently facing the same issue ...READ MORE

Oct 16, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,068 views
0 votes
1 answer

Ti-Sensor tag Kura Example

Problem was with firmware on CC2650 TI ...READ MORE

Oct 16, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
808 views
0 votes
1 answer

API benefits

APIs benefit larger organizations or distributed organizations ...READ MORE

Oct 16, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
635 views
0 votes
1 answer

Send CoAP requests using Python

You can use a library like CoAPython ...READ MORE

Oct 16, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,544 views
0 votes
1 answer

IoT security - TLS/IPSec with AES

TBH, IPSec endpoints are really uncommon. And, ...READ MORE

Oct 16, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
883 views
0 votes
1 answer

Integrating IoT and Sensor Tags

If you are using raspberry pi, take ...READ MORE

Oct 15, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
411 views