Closed zonywhoop closed 8 years ago
Hi @zonywhoop ,
Thanks for your great advice and for the pull request. Our process for handling these requests is to pull the changes into our internal system and push them to GitHub after following our testing and release process in the next version. Thanks again for helping us improve our SDK.
AWS IoT Device SDK Team
That sounds fine. If I need to make any changes then by all means please let me know. Should I close the pull request or just leave it open till you do the internal testing?
Hi @zonywhoop ,
You can leave this issue open till we finish the testing and releasing procedures. Feel free to reopen it or start a new issue if you have more questions. Thanks again for helping us improve our SDK.
AWS IoT Device SDK Team
I had the need for the IoT python SDK to be more a library I could use in a different manner. Not wanting to completely start from scratch I migrated the mqtt client into an executable that the MCU calls and a library that the executable uses. Part of this is moving all of the certs/lib/bin into /opt/aws-iot instead of putting the files in /root. This should also make the python lib more portable across different linux distros/systems. I also rewrote the scripts that setup the Yun and copy the files over to make the process easier to automate for multiple boards and hopefully easier to maintain for the long term. Give the changes a look and let me know what you think. I have not yet updated the Readme.md to reflect the setup changes but plan to do so when I get some free time.