-
The demo mqtt connection did not work for me. After trying to work out how to connect to aws iot using the demo provided left me scratching my head wondering how to do it it. After I spent 20 minutes …
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
Confirm by changing [ ] to [x] below to ensure that it's a bug:
- [x] I've searched for [previous similar issues](https://github.com/aws/aws-iot-device-sdk-python-v2/issues) and didn't find any solut…
-
I tried to run the local proxy on my mac (macOS Monterey v12.3.1) and I got the following error:
```
./localproxy -r us-west-2 -s 5555 -t 8ff64f4b-destinationAccessToken.txt -v6
```
```
[2022-0…
-
```
public func signOut() {
self.credentialsFetchCancellationSource.cancel()
if federationProvider == .hostedUI {
AWSCognitoAuth.init(forKey: AWSMobileClientConstants.…
-
**Describe the bug**
We want to swap our own SSH jump host solution with AWS IoT Secure Tunneling and we're facing some minor issues.
We want to forward SSH (Port 22) as well as a web server, runn…
-
Hi everyone !
I just migrated to a new M1 MacBook Pro, and i get an error while running a sample on macbook pro with M1 chip.
```
cd ~/aws-iot-device-sdk-python-v2/samples
# And run the Sampl…
-
**State your question**
i want to establish a connection with the AWSIoTDataManager to subscribe topics, the problem is that i only have access to an authenticated WSS URL and the client ID.
Let …
-
Hi,
I'm trying to subscribe to an MQTT topic using aws_iot_mqtt_subscribe(), but it fails.
As shown in below code, trying to subscribe to topic `"M5TimerCameraF1/pub" ` :
```
string c2a_…
-
**Describe the bug**
Connecting to a pre-configured mqtt endpoint and policy that currently works fine with aws-ios-sdk.
Upon connection, the connection is then dropped without a reason provided. …