aws / aws-iot-device-sdk-arduino-yun

SDK for connecting to AWS IoT from an Arduino Yún.
Apache License 2.0
163 stars 77 forks source link

question: upload AWS-IoT-Python-Runtime/ folder to /root #29

Closed eczajk1 closed 7 years ago

eczajk1 commented 7 years ago

Dumb question, but under windows installation, item 5, where it says...

Start WinSCP and upload AWS-IoT-Python-Runtime/ folder to /root on the board.

does that mean to upload the entire folder or just the contents?

liuszeng commented 7 years ago

Hi @eczajk1 ,

Thank you very much for your interest in AWS IoT Arduino Yun SDK!

You should copy the entire folder AWS-IoT-Python-Runtime/ to /root on the Yun board. It is the path used to start the Python runtime from ATmega32u4 from the sketch. See the following line: https://github.com/aws/aws-iot-device-sdk-arduino-yun/blob/master/AWS-IoT-Arduino-Yun-Library/aws_iot_mqtt.cpp#L37

Thanks, Liusu