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
This repository contains the steps and the code to Access the AWS IoT service using Python3 on Windows, Linux/Ubuntu and Raspberry Pi3.
2
+
This repository contains the steps and the code to Access the AWS IoT service using Python3, Paho-MQTT on Windows, Linux/Ubuntu and Raspberry Pi3.
3
+
4
+
Requirements:
5
+
1. Python 3.4.x
6
+
2. Paho-MQTT "pip install paho-mqtt"
7
+
3. SSL "sudo apt-get install libssl-dev"
8
+
9
+
1. Go to Amazon IoT website and follow this Guide "http://docs.aws.amazon.com/iot/latest/developerguide/iot-device-sdk-c.html".
10
+
2. Click on "Create a Resource".
11
+
3. Choose "Create a thing", type a name for the thing, and then choose Create.
12
+
4. In addition to a confirmation message, the View thing button will be displayed.
13
+
5. Choose View thing to display information about your "thing". Here, thing is the shadow of the device that you want to connect to AWS IoT Service.
14
+
6. Choose the Connect a device button to download a key pair and a certificate generated by AWS IoT.
15
+
7. On the Connect a device page, select the SDK to use, and then choose Generate certificate and policy. We will use "Embedded C" here.
16
+
8. This will generate an X.509 certificate and key pair; activate the X.509 certificate; and create an AWS IoT policy and attach it to the certificate.
17
+
9. Next you will get to see the Download Links for the certificates and the keys. Download them all.
0 commit comments