-
I am trying to install awsiot on yocto build for Rpi4b
I added below line to local.conf -
IMAGE_INSTALL_append = "aws-iot-device-sdk-python-v2 python3-pip"
I am facing below error -
ERROR: Not…
-
when i use AWSiOSSDKV2 2.37.2, I get this crash report。
I use IoT APIs like this
```
DispatchQueue.global(qos: .background).async{
self.awsIoTDataManager
.connectUsingWebSocke…
-
**Describe the bug**
Our app occasionally crashes, some of which occur after calling subscribeToTopic, some after calling publishData, and some during other operations.
**To Reproduce**
Steps to …
-
I'm trying to bridge a local broker to two remote brokers - one is Mosquitto based and the second one is AWS IoT. For some reason the connection to AWS IoT keeps closing all the time with `Socket erro…
-
Hello,
I am using paho mqtt.
When I cross-compile it for raspberry-pi cm3. When I try to publish some data I get a segmentation fault memcpy at line 198 of MQTTPacket.c
This is the GDB report…
-
Hi Team,
I am using AWSIoT iOS SDK (version 2.6.0) in my current application.
To subscribe the topic currently, we are using below method of SDK
```
- (BOOL) subscribeToTopic:(NSString *)topic…
-
### Describe the feature
IoT Core allows to attach an IoT Policy to a Thing Group, but 'CfnPolicyPrincipalAttachment' fails at deploy time if we the pass principal as CfnThingGroup..attrArn.
The err…
-
Adding AWS as DCC in liota with MQTT as dcc_comms layer.
Contributors:
@Venkat2811
Design:
@kohlidev
-
In the example, a publish is executed up to 10 times. but for testing, I modified the loop to be infinite and not to go out of the loop as in the following code.
```
for (uint32_t i = 0; ;i++)…
-
Please note that this code is for [aws-iot-device-sdk-js](https://github.com/aws/aws-iot-device-sdk-js) which is v1, previous version. The latest sdk is [v2](https://github.com/aws/aws-iot-device-sdk-…