Skip to content

Commit 71611e0

Browse files
committed
add library manifest
1 parent 7ad1fa0 commit 71611e0

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

library.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+

0 commit comments

Comments
 (0)