Most viewed questions in IoT (Internet of Things)

0 votes
1 answer

Finding the Unicast, DNS and Gateway Address in UWP

Try the PInvoke api methods from Iphlpapi.dll. ...READ MORE

Aug 20, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
656 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
0 answers

MQTT-Google Cloud pub/sub connection status!

Please help! So, I have a couple of ...READ MORE

Jul 20, 2018 in IoT (Internet of Things) by Bharani
• 4,660 points
649 views
0 votes
1 answer

What is the time taken by a 200 byte message for transmission in a beacon-enabled network?

Now, data rates of IEEE 802.15.4 are ...READ MORE

Aug 24, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
648 views
0 votes
1 answer

ESP8266: RTC vs HTTP request - Battery Consumption

A project I work on uses both ...READ MORE

Jan 23, 2019 in IoT (Internet of Things) by DataKing99
• 8,240 points
647 views
0 votes
1 answer

Unable to connect IBM Bluemix to NodeMCU using TLS Protocol

I've captured the your client hello in ...READ MORE

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

MQTT connection consumes less power

HTTP(S) doesn't keep a connection open - ...READ MORE

Jul 24, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
644 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
637 views
0 votes
1 answer

How to Uniquely identify Thingworx things?

No, Thing identifier does not account for ...READ MORE

Sep 19, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
636 views
0 votes
1 answer

Upload Arduino Sketch via Raspberry PI using Windows 10 IoT platform

It could have been use full if ...READ MORE

Sep 11, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
615 views
0 votes
0 answers

program for random increment in iot

Jul 31, 2019 in IoT (Internet of Things) by anonymous
613 views
0 votes
1 answer

Authenticate on an ASP.Net Forms Authorization website from a console app

Essentially, we need to record a regular ...READ MORE

Sep 20, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
609 views
0 votes
1 answer

Getting *.aspx in a website

Directory.GetFiles(HttpContext.Current.Server.MapPath(@"/"), "*.asp ...READ MORE

May 14, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
608 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
601 views
0 votes
1 answer

Recommendations on IoT Devices

Well, you'll be glad to know that ...READ MORE

Aug 25, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
599 views
0 votes
1 answer
0 votes
1 answer

How to work a AWS IOT Lambda with a devices?

Hey KanaguRaj, use this for reference: https://serverless.com/ ...READ MORE

Apr 12, 2019 in IoT (Internet of Things) by Vardhan
• 13,190 points
595 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
593 views
0 votes
1 answer

Discover raspberry's IP

Windows IoT Core device can be set ...READ MORE

Oct 12, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
591 views
0 votes
1 answer

Port Forwarding to get to a computer on my LAN from Internet (Alternative Method)

Try looking into UPnP.  There must be a ...READ MORE

Mar 5, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
589 views
0 votes
1 answer

Problem adding http headers in UWP app

httpClient.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("<type>")); this ought to do the trick ...READ MORE

Jan 16, 2019 in IoT (Internet of Things) by Shubham
• 13,490 points
589 views
0 votes
1 answer

Cannot connect Rainbow Hat to Raspberry Pi 3 running Android Things

Hey, I don't know where you read ...READ MORE

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

How to tackle Security Loopholes of IoT Solutions ?

This is pretty off-topic, but I'll supply ...READ MORE

Aug 23, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
583 views
0 votes
1 answer

AWS IOT Button Wifi network name

You can read about the complete setup ...READ MORE

Oct 12, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
581 views
0 votes
1 answer

I am looking for Single Board Embedded PC which has capability to read 4-20 current and Modbus and GPIO pins

Something like a ModBerry might just be ...READ MORE

Aug 27, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
575 views
0 votes
1 answer

StringBuilder vs. String

To clarify what Gillian said about 4 ...READ MORE

Sep 21, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
568 views
0 votes
1 answer

.rds .rdl .rsd in SSRS

Report Definition Shared data source (rds) https://docs.microsoft.com/en-us/sql/reporting-services/report-data/create-modify-and-delete-shared-data-sources-ssrs Report Definition ...READ MORE

Apr 13, 2022 in IoT (Internet of Things) by Aditya
• 7,680 points
563 views
0 votes
1 answer

testing protocols using IoT simulation

To test and analyze any protocol information your ...READ MORE

Sep 17, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
563 views
0 votes
0 answers

How to calculate S3 Costs

I'm wondering if I'm calculating S3 costs ...READ MORE

Apr 12, 2022 in IoT (Internet of Things) by Aditya
• 7,680 points
557 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

Android AllJoyn: Connection with second machine gives error of BusAttachement

Why dont you create two Interfaces, one ...READ MORE

Jul 25, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
555 views
0 votes
1 answer

Using Post and Get for Embedded System Communication

Twitter would be a great place to ...READ MORE

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

Contiki UDP packet transmission duration with CC2538

By default, Contiki uses ContikiMAC radio duty ...READ MORE

Jul 19, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
553 views
0 votes
1 answer

Working of IoT under weak to no internet connection

A few projects are currently going on ...READ MORE

Mar 11, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
548 views
0 votes
1 answer

CP2102 : unlisted device in /dev on macOS 10.13

You can follow these steps to get ...READ MORE

Feb 4, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
545 views
0 votes
1 answer

Temperature sensors and Real-Time Data

Here are a few framework platforms to ...READ MORE

Dec 5, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
543 views
0 votes
1 answer

Using ESP8266 for controlling through Arduino

Please explain better your problem. In Arduino-Esp8266 String ...READ MORE

Sep 11, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
541 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

How to use jquery with asp.net ajax?

If you weren't aware, Microsoft is planning ...READ MORE

Oct 15, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
538 views
0 votes
1 answer

MQTT connectivity issues with API

Am I missing something? Most definitely. The example ...READ MORE

Sep 24, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
535 views
0 votes
1 answer

Running a childProcess as shell script with node.js server

Here's what I think, you could pass ...READ MORE

Aug 14, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
527 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
525 views
0 votes
1 answer

Creating Android Things' bundle and pushing it over OTA

Here are all the steps necessary to ...READ MORE

Jul 6, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
524 views
0 votes
1 answer

Where does Microsoft Azure store Data?

IoT Hub exposes device to cloud messages ...READ MORE

Sep 18, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
522 views
0 votes
1 answer

Multiple beacons for Articulation of Accurate User Location

Bluetooth really isn't ideal but there can ...READ MORE

Mar 15, 2019 in IoT (Internet of Things) by Upasana
• 8,620 points
518 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
518 views
0 votes
1 answer

How do we deploying NodeJs Express Rest API to Windows 10 IoT ?

You can take a look at this ...READ MORE

Aug 13, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
512 views
0 votes
1 answer

Intel Edison: trouble updating app

Try getting into the routine of ; + ...READ MORE

Mar 4, 2019 in IoT (Internet of Things) by Shubham
• 13,490 points
511 views
0 votes
1 answer

HDMI cable undetected on my Laptop

Usually, the notebook's HDMI slot is built ...READ MORE

Jan 10, 2019 in IoT (Internet of Things) by Shubham
• 13,490 points
509 views
0 votes
1 answer

Intel IOT with PLC

This might be a good option > http://node-opcua.github.io/ < ...READ MORE

Oct 10, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
509 views