Commit graph

30 commits

Author SHA1 Message Date
siddacious
0928d89dae disabling pypi deploy via actions 2020-01-01 14:55:25 -08:00
Limor "Ladyada" Fried
0333ce6162
Merge pull request #5 from adafruit/dherrada-patch-1
Moved repository from Travis to GitHub Actions
2019-12-27 23:33:44 -05:00
dherrada
3678a3783c Moved repository from Travis to GitHub Actions 2019-12-27 22:23:43 -05:00
Limor "Ladyada" Fried
cbbb47e43e
Merge pull request #4 from brentru/version-check-code
Check nina-fw version in code
2019-10-21 12:26:36 -04:00
brentru
3a1d494201 fix pointless string statement 2019-10-21 10:13:51 -04:00
brentru
4c56aa3675 remove version and method check in aws_iot, move to examples instead 2019-10-21 10:09:58 -04:00
siddacious
35a4857c26
Merge pull request #3 from adafruit/dherrada-patch-1
Removed building locally section from README, replaced with documenta…
2019-10-17 15:42:10 -07:00
dherrada
337e07ad74
Removed building locally section from README, replaced with documentation section 2019-10-17 18:01:27 -04:00
Brent Rubell
1a3e2a3448
Merge pull request #2 from brentru/fix-esp32spi-method-names
Fix incorrect attribute name, rm certificates.py
2019-10-15 11:53:18 -04:00
brentru
cd75b5c7dd use files in examples, instead of CERTIFICATES.PY 2019-10-15 11:46:42 -04:00
brentru
d7e7252d6b remove certificates.py file 2019-10-15 11:36:57 -04:00
brentru
e0a9eb1c88 cert->crt 2019-10-15 11:33:23 -04:00
Limor "Ladyada" Fried
8dc74f4af8
Merge pull request #1 from brentru/master
Initial Code, AWS IoT Library for CircuitPython
2019-10-10 16:34:12 -04:00
brentru
b0f5bc4607 add keys from openssl, not aws :) 2019-10-10 15:31:06 -04:00
brentru
9fe702bc83 strip old example text 2019-10-10 15:18:21 -04:00
brentru
eb764be94c drop repeating text 2019-10-10 15:15:12 -04:00
brentru
d4404acd9a satisfy sphinx! 2019-10-10 15:13:34 -04:00
brentru
8a8a65cc90 remove restricted topic prefix to allow for subscribing to system topics, add shadow example and lintin 2019-10-10 15:04:38 -04:00
brentru
8d6650e826 switch message to json message so aws console formats it auto-magically 2019-10-10 13:35:44 -04:00
brentru
e649a183cc add updated example 2019-10-10 13:22:12 -04:00
brentru
3f4108ce10 nina-fw must be =>1.4.0, enforce this 2019-10-10 12:58:21 -04:00
brentru
b98e67fcd2 linting 2019-10-10 11:54:43 -04:00
brentru
58a5ca5cbd remove unnecessary print, build topic within publish() 2019-10-10 11:29:51 -04:00
brentru
eedc5b658d add subscription helper for get/subscribe, fixup delete and get 2019-10-10 11:29:06 -04:00
brentru
0d5141f37e fixup docs for sphinx 2019-10-09 18:26:40 -04:00
brentru
e63d8112ce add shadow example 2019-10-09 18:23:14 -04:00
brentru
211669e877 add AWS Device shadow service topics 2019-10-09 18:22:14 -04:00
brentru
21786b6339 working sub/pub with aws 2019-10-09 16:43:11 -04:00
brentru
fbc3083b3a start aws iot library, example code with certificates 2019-10-09 16:06:22 -04:00
Brent Rubell
b5f963a4d3
Initial commit 2019-10-09 13:39:34 -04:00