-
I am using the IBM Virtual Device nodes to store data and update device data. In the flow I also use the IoTHub node to send device data on to an Azure IoT Hub.
The flow works very well when runnin…
-
My ingester module started to catch exceptions, exceptions are thrown from code like this.
try
{
await deviceClient?.SendEventAsync("output1", new Messag…
-
I tried to create a project using docker desktop 2.1.1.0 from the edge channel configured to use WSL2.
![image](https://user-images.githubusercontent.com/1674843/64381983-b3ac6b00-cff1-11e9-9192-96…
-
I'm trying to run a simple piece of test code for a ESP8266 board.
```
#include
void setup() {
}
void loop() {
}
````
When I run this, I get the following error.
```
/.…
-
On the Adafruit HUZZAH32 Feather, if you loose your WiFi connection, or just have a slow connection, the code crashes and the ESP32 reboots.
This is with the latest Microsoft Azure Libraries and b…
-
In https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-iot-trigger?tabs=csharp#identity-based-connections, Identity based connections are described in the same way for the …
-
Bug:
The iothub connection string is present as part of docker inspect output.
Expectation:
Perhaps something like docker secret (https://docs.docker.com/engine/reference/commandline/secret/) or …
-
Hi,
I need to connect to azure iothub to publish mqtt data through jmeter mqtt-plugin. But as I'm aware, this plugin uses mqtt connection version v3.1. So, can we use this plugin?
-
Multiple libraries were found for "AzureIoTHub.h"
Used: C:\Users\XYZ\Documents\Arduino\libraries\AzureIoTHub
Not used: C:\Users\XYZ\Documents\Arduino\libraries\Azure-iothub-mqtt-esp8266-master
ex…
-
The property `iothub-creation-time-utc` is defined in this article as a System Property,
However IoThub shows this as application property:
```json
"properties": {
"application": …