Skip to content

Commit 1602c7e

Browse files
committed
Adding link to Paho.
1 parent 709e1f0 commit 1602c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The AWS-IoT-Arduino-Yún-SDK allows developers to connect their Arduino Yún com
1717
<a name="overview"></a>
1818
## Overview
1919
This document provides step by step instructions to install the Arduino Yún SDK and connect your device to the AWS IoT.
20-
The AWS-IoT-Arduino-Yún-SDK consists of two parts, which take use of the resources of the two chips on Arduino Yún, one for native Arduino IDE API access and the other for functionality and connections to the AWS IoT built on top of paho-mqtt python package.
20+
The AWS-IoT-Arduino-Yún-SDK consists of two parts, which take use of the resources of the two chips on Arduino Yún, one for native Arduino IDE API access and the other for functionality and connections to the AWS IoT built on top of the [Eclipse Paho](https://eclipse.org/paho/clients/python/) paho-mqtt python package.
2121
### MQTT connection
2222
The AWS-IoT-Arduino-Yún-SDK provides APIs to let users publish messages to AWS IoT and subscribe to MQTT topics to receive messages transmitted by other devices or coming from the broker. This allows to interact with the standard MQTT PubSub functionality of AWS IoT. For more information on MQTT protocol, please see it [here](http://docs.aws.amazon.com/iot/latest/developerguide/protocols.html).
2323
### Thing shadow

0 commit comments

Comments
 (0)