-
## Expected Behavior
deviceupdate-agent should connect to the IoT hub, using the azure identity service to get a connection string.
## Current Behavior
This happened on one of our test devices.…
-
Hi all, thank you for your work. I know this has been noticed before (#2436 #1364 #1086) but apparently the proposed solutions did not fix the problem for me.
Platform: Ubuntu 22.04
SDK submodule: `7…
-
Hi, thanks for your work. I am trying to use Corrosion to build a binary crate using a C/C++ CMake built library (the Azure IoTHub C SDK). What I don't understand (or perhaps I missed in the docs) is …
-
I have updated azure sdk from 1.11.0 to 1.14.0 and now file uploads are failing, telemetry data is successfully getting sent.
I am using DPS service, x509 certificated-based authentication for iot …
-
iothub-enqueuedtime
我得到这么一个binary 不知道怎么解析成时间 能帮我看看嘛?
-
Views needed based on IoT Hub:
- Add a Hub
- View A Hub
- Add a Device
- Simulate a Device
- Monitor Device
Break down this issue into separate issues for each compone…
-
# Context
- Using Azure IoT Edge 1.4
- **OS and version used:** Ubuntu 20.04
- **Python version:** 3.9
## Description of the issue
Hello guys,
HI have been having that same issue for a long time n…
-
Hi There,
I am trying to connect to the Azure IOT using the example code. Looks like there is a TCIP issue with the existing code. The sample code also look a little old. Is there a new update?
…
-
Just have a general question about how you added IoTHub sdk to the repo. Any particular reason you chose not to use git submodule?
Also I've tried adding IoT hub to my custom project using the sam…
-
**Below is the code used to C2D (Service client Sender)**
`package iothub
import (
"context"
"fmt"
"log"
"github.com/amenzhinsky/iothub/iotservice"
)
// SendMessage sends a message…