graycatlabs / PyBBIO

A Python library for Arduino-style hardware IO support on the Beaglebone
https://github.com/graycatlabs/PyBBIO/wiki
MIT License
251 stars 89 forks source link

AWS IoT support #89

Closed anujdeshpande closed 8 years ago

anujdeshpande commented 8 years ago

Would be awesome to have this https://github.com/aws/aws-iot-device-sdk-embedded-C here

alexanderhiam commented 8 years ago

I'm surprised they don't have an official Python SDK yet. I haven't looked at the API - would it make sense to live here? Or would it make more sense for there to be a separate Python library for it? (And is there really not yet?)

anujdeshpande commented 8 years ago

That would make much more sense :+1:

alexanderhiam commented 8 years ago

Yeah, I think better would be to just have a couple examples of using PyBBIO with AWS IoT once someone puts together a library for it. Anyone out there playing with AWS IoT on the BeagleBone?