Questions tagged [azure-iot-sdk]

SDKs for a variety of languages and platforms that help connect devices to Microsoft Azure IoT services. SDKs cover C, Node.js, Java, .NET and Python.

SDKs for a variety of languages and platforms that help connect devices to Microsoft Azure IoT services. SDKs cover C, Node.js, Java, .NET and Python. Can learn more at https://github.com/Azure/azure-iot-sdks

371 questions
0
votes
1 answer

how to register device to azure iot hub from device(with iot client c sdk)

I couldn't connect my iot device to azure iot hub to register device. I saw some example in node.js and c# sharp client sdk. But I couldn't find for c sdk. Is it possible register device (obtain credential) from client side? How can I connect my…
tozduman
  • 21
  • 1
  • 6
0
votes
2 answers

Can I create an IoT Hub Device from browser?

Goal: Create an azure iot hub device from the browser (angular2) using node module azure-iot-hub. Problem: azure-iot-common depends on a package, crypto , that won't work in browser. Steps to Recreate: import { Component, OnInit } from…
mrh042
  • 47
  • 6
0
votes
1 answer

How to install tools with gulp for Azure IoT?

I am following the first tutorial (blinking example) for Adafruit Feather and have been stuck at the step: Install the Azure IoT Hub SDK for your Arduino board by running the following command: gulp install-tools I am getting the following error…
user1794211
  • 65
  • 1
  • 6
0
votes
2 answers

Azure IoT hub simple publish-subcribe communication

I’m new to Microsoft’s Azure IoT Hub and MQTT/AMQP communication in general and I am trying to establish simple communication between my raspberry pi and a Ubunutu VM running on my computer. I intended on using my pi by as a client to publish…
CompMan
  • 57
  • 2
  • 6
0
votes
0 answers

IoT Hub publisher via redsocks and proxy drops connection

I'm using azure-iot-device-amqp. I have a proxied connection so I'm using redsocks to reroute the connection via the proxy. However, the proxy server sometimes drops the connection and starts again. But, the IoT hub publisher does not detect this.…
Dushyant Bangal
  • 6,048
  • 8
  • 48
  • 80
0
votes
0 answers

No connection to Azure IoT, delayed intermediaries

Consider a device placed in no GSM area, i.e. underground or in a pipe or similar. Those devices needs to be updated, checked, enabled/disabled via smartphones of workers passing by. Does Azure IoT support some kind of solution to this? Meaning a…
Artyom
  • 3,507
  • 2
  • 34
  • 67
0
votes
1 answer

Azure IoTHub ServiceBus to Cloud to Device messages?

Is it possible to add Azure Service Bus to queue Cloud to Device messages? When I receive messages I have to be sure that all messages are in the same order that they came to IoTHub. I couldn't find if standard queue in IoTHub provides it. Second…
0
votes
1 answer

Azure IoT Device to Cloud send message and get feedback?

In my project I use Microsoft.Azure.Device library to send message Cloud to Device. I can get feedback information about send status. In ServiceClient object there is a GetFeedbackReceiver method. Everything works perfect. But I want also check…
Bart
  • 1
  • 1
  • 3
0
votes
1 answer

How do i integrate Azure IoT in my Ionic Project?

I am Using Azure IoT Hub, which is Connected with Rasberry Pi. Rasberry Pi device sending data to my AzureIoT hub. My Question is , How to access the Azure IoT hub data in to my Cordova Project ?. here , I am using AngularJs , Cordova, Ionic…
user3543822
0
votes
1 answer

Using Azure iot node sdk with SOCKS 5 proxy

I'm using Azure iot sdk for sending data to Azure IoT Hub. It works, but now I need to get through a SOCKS 5 proxy. The SDK has 3 transports: AMQP, MQTT and HTTP. Right now I'm using AMQP, but I'm open to switching to another transport. I dont…
Dushyant Bangal
  • 6,048
  • 8
  • 48
  • 80
0
votes
1 answer

Use Azure IoT Plugin for C within Eclipse

Very new to C, Eclipse, and basically everything else I am trying to work with in this project. I have an Arduino Feather HUZZAH (ESP8266). I have flashed the firmware with the esp_iot_sdk and installed Eclipse on to machine through the unofficial…
hvaughan3
  • 10,955
  • 5
  • 56
  • 76
0
votes
1 answer

'Invalid flags supplied to RegExp constructor' error when running node server.js for Azure IoT Hub

I am trying to run 'node server.js' to connect my raspberry pi device to Azure via the Azure IoT Hub. When I run the command 'node server.js', I receive the following error. Please note that I replaced my computer's user name with 'username'. The…
0
votes
1 answer

Unable to build Azure IOT SDKs on Raspberry Pi

I've just followed this tutorial when I tried to build the updated sample solution by entering the following: cd ~/azure-iot-sdks/ sudo ~/azure-iot-sdks/c/build_all/linux/setup.sh chmod +x…
Fatima
  • 1
0
votes
1 answer

Shared Access Policy Creation in Azure IoT Hub using Rest API

I am new to azure iot. and i am trying to create shared access policies in azure iot hub using its rest api. …
Sadaf
  • 247
  • 5
  • 16
-1
votes
1 answer

Azure IotEdge task on self-hosted Windows agent

We are running Azure IOT pipelines on our self-hosted Windows agents. Unfortunately it is throwing following error during the build pipeline ERROR: ('Could not connect to Docker daemon. Please make sure Docker daemon is running and accessible',…
1 2 3
24
25