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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The AWS-IoT-Arduino-Yún-SDK allows developers to connect their Arduino Yún com
17
17
<aname="overview"></a>
18
18
## Overview
19
19
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.
21
21
### MQTT connection
22
22
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).
0 commit comments