File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ the `AWS_IOT` class from the client code. This makes the library easier usable.
2525 * [ Create thing] ( #create-thing )
2626 * [ MQTT endpoint] ( #mqtt-endpoint )
2727 * [ Attach a policy to your thing] ( #attach-a-policy-to-your-thing )
28+ * [ Author] ( #author )
2829
2930<!-- vim-markdown-toc -->
3031
@@ -52,6 +53,8 @@ A plattformio [project](platformio.ini) and [Makefile](Makefile) is provided.
5253
5354## AWS IoT core notes
5455
56+ ** work in progress**
57+
5558### Create thing
5659
5760``` shell
@@ -160,4 +163,7 @@ $ aws iot attach-policy --policy-name "iot-full-permissions" \
160163$ aws iot list-targets-for-policy --policy-name iot-full-permissions
161164```
162165
166+ ## Author
167+
168+ Jan Delgado
< [email protected] > , original work from
https://github.com/ExploreEmbedded/Hornbill-Examples .
163169
Original file line number Diff line number Diff line change 1+ name =ESP32AwsIotCore
2+ version =v0.1.0
3+ author =Jan Delgado <jdelgado[at]gmx.net>
4+ maintainer =Jan Delgado <jdelgado[at]gmx.net>
5+ sentence =Use AWS IOT with the ESP32
6+ paragraph =Easily attach your ESP32 to the AWS IOT cloud. Derived from hornbill examples.
7+ category =Data Processing
8+ url =https://github.com/jandelgado/esp32-aws-iot
9+ architectures =esp32
10+ includes =AWS_IOT.h
11+
You can’t perform that action at this time.
0 commit comments