Skip to content

Commit 0bf48c7

Browse files
authored
Update README.md
1 parent e09ebbd commit 0bf48c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ git clone https://github.com/anujdutt9/AWS_IoT_Python.git
3838
or download it as a ".zip" file.
3939

4040
## Running the Code:
41-
The example code in the repository is:
42-
**Publisher and Subscriber Code**
41+
The example code in the repository is for **Publisher and Subscriber**
4342

4443
The **Publisher and Subscriber** folder contains **AWS_IoT_pub.py** file that **publishes(sends)** the data to the AWS IoT service and **AWS_IoT_sub.py** that **subscribes** to the service and shows(get) the data from the AWS IoT on the second Terminal. Currently, **AWS_IoT_sub.py** subscribes to any topic and will show all of the received msgs but we can customize it to get a perticular message.
4544
The publisher code reads the state of the pins of **Raspberry Pi3** (change Pin Numbers for other Raspberry Pi Boards) and sends this to the AWS IoT updating the state as its changed. For this, we have connected some LED's to the pins of the Raspberry Pi that represent the state of the pins.

0 commit comments

Comments
 (0)