Skip to content

Commit 5480971

Browse files
authored
Update README.md
1 parent e0b348d commit 5480971

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# AWS_IoT_Python
2-
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.
18+
10. Choose Confirm & start connecting.

0 commit comments

Comments
 (0)