You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
through an MQTT5 connection. On startup, the device connects to the server,
31
+
subscribes to a topic, and begins publishing messages to that topic.
32
+
The device should receive those same messages back from the message broker,
33
+
since it is subscribed to that same topic.
34
+
Status updates are continually printed to the console.
35
+
36
+
Source: `samples/mqtt5_pubsub.py`
37
+
38
+
Your Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-policies.html) must provide privileges for this sample to connect, subscribe, publish, and receive. Make sure your policy allows a client ID of `test-*` to connect or use `--client_id <client ID here>` to send the client ID your policy supports.
0 commit comments