Skip to content

Initial Code, AWS IoT Library for CircuitPython #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Oct 10, 2019

Conversation

brentru
Copy link
Member

@brentru brentru commented Oct 10, 2019

Client library for communicating with Amazon AWS IoT from CircuitPython over MQTT.

  • __init__ routine checks for =>v1.4.0 of Adafruit's fork of Arduino NINA-W102 and for correct Adafruit MiniMQTT client initialization.
  • Certificate/key-based authorization
    • Example certificates.py file included in root of this project.
  • Supports AWS IoT topic publish/subscribe
    • Handles AWS IoT Errors
    • Topic validation (per AWS Service Limits)
  • Supports AWS IoT's Shadow topic actions (update/delete/get)
    • Included methods for each shadow action

@brentru brentru requested a review from a team October 10, 2019 19:37
@ladyada ladyada merged commit 8dc74f4 into adafruit:master Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants