Thomas Bracht Laumann Jespersen
Thomas Bracht Laumann Jespersen
This PR supercedes #61 - instead of adding `IoTHubClient::new_with_pnp()`, add a `pnp_model_id()` function to the new IoTHubClientBuilder. Depends on #62, #63
Depends on #62 To use this library in an IoT Edge deployment we need to be able to set add root certificates to the trust store. See: https://docs.microsoft.com/en-us/azure/iot-edge/how-to-connect-downstream-device?view=iotedge-2020-11#provide-the-root-ca-certificate
To support different configuration parameters, implement a builder pattern for IoTHubClient, that initially just supports the same parameters as IoTHubClient::new().
## Expected behavior and actual behavior. 50 tests are expected to fail on x86, I get 51 failed tests. The new one is NR-DEC-Bretagne1_ht_lossy.j2k-311-decode-md5. I found that this test is...
I'm trying to use display_filter to colorize messages, but am seeing some strange behaviour. Talking to @flatcap on IRC, he suggested I file a bug report. I'm aware of the...
The extra symlink setup in src_install would produce something like: libmilter.so -> libmilter.so.1.0.2 libmilter.so.1.0.2_p2 -> libmilter.so.1.0.2 but from reading ldconfig(8) it reads as if the links should go from least...
Requested as a useful part in the output from tinderbox runs. Closes: https://bugs.gentoo.org/864382 Signed-off-by: Thomas Bracht Laumann Jespersen
I've been running into an issue with using the browse functionality, and managed to reduce it to a reasonable test case. ### Steps to reproduce Spin up the OPC-UA PLC...
I'm working with a somewhat special OPC-UA server, and having some problems decoding arrays returning. I've messed around with debugging and have managed to produce this log snippet: ``` 2022-06-02T09:54:01.905208721+00:00:...
We've run into this (sorry for screenshot, and not text):  I'm trying to figure this out: Is it correct by the standard to use 32 length nonces for security_mode...