-
I'm using the example code from pypi
When sending properties I sometimes mess up and the JSON is not accepted by the IOT hub.
With full logging enabled this shows up in the console output but I woul…
-
Device can buffer up messages and send them all at some frequency. To accomplish, you can set CreationTimeUtc (payload creation time) in the event message. common.Message has this field, but looks lik…
-
Hello,
I'm trying to use the example file for MQTT and when I compile the example I get this error:
Veryfing code using this library in Particle Build fails with this error:
```
azure_iothub_client…
-
On my Windows 7 PC, I run build.cmd by following the [tutorial](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-windows-gateway-sdk-get-started) and everything was built successfully. Then I r…
-
Is there any good reason, why the "source" property must be set to "mapping". I mean, if I do not need IdentityMapper module I still have to set this property as "mapping". Shouldn't links array in co…
-
there is an IMessagingBridge in each connection in mqttAdapter. so each device is connected to the iothub throuth IMessageingBridge. is that OK? if there are millions devices,they all connected to the…
-
## What are the steps to reproduce this issue?
1. Connect to WiFi network
2. Call `MQTTClient(...)` with Azure IoTHub credentials.
3. Call `client.connect()`.
## What happens?
Following error a…
-
We are trying to get our development environment with iotedgedevhub in running in an Azure ML Compute Instance (because it is already used extensively in our development processes, it offers GPU optio…
-
We expose IoTHub Trigger as a concept in VS2017, CLI and VSCode, however searching for it on docs.microsoft.com yields zero results. There is no tutorial, reference topic or any mention at all. Having…
-
```
c, _ := iotdevice.NewFromX509(iotmqtt.New(), device_id, hostname, cert)
if err := client.Connect(context.Background()); err != nil {
fmt.Println("Error connecting to iothub: ", er…