DEV Community

Cover image for AWS IoT pub/sub over MQTT

AWS IoT pub/sub over MQTT

Shakir on July 17, 2022

Introduction Hello, in this post we would create an IoT thing on AWS, use it's credentials, to create two virtual clients on a Linux VM...
Collapse
 
harrison_kaiser_e3a6cbd7f profile image
Harrison Kaiser

Where you do place the threading module code in subscriber.py? I placed it at the top, but the program doesn't run.

Collapse
 
networkandcode profile image
Shakir

It should in the order as in the blog, I think I placed it at the bottom.