Skip to content

Commit

Permalink
add library manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Apr 29, 2019
1 parent 7ad1fa0 commit 71611e0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ the `AWS_IOT` class from the client code. This makes the library easier usable.
* [Create thing](#create-thing)
* [MQTT endpoint](#mqtt-endpoint)
* [Attach a policy to your thing](#attach-a-policy-to-your-thing)
* [Author](#author)

<!-- vim-markdown-toc -->

Expand Down Expand Up @@ -52,6 +53,8 @@ A plattformio [project](platformio.ini) and [Makefile](Makefile) is provided.

## AWS IoT core notes

**work in progress**

### Create thing

```shell
Expand Down Expand Up @@ -160,4 +163,7 @@ $ aws iot attach-policy --policy-name "iot-full-permissions" \
$ aws iot list-targets-for-policy --policy-name iot-full-permissions
```

## Author

Jan Delgado <[email protected]>, original work from https://github.com/ExploreEmbedded/Hornbill-Examples.

11 changes: 11 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name=ESP32AwsIotCore
version=v0.1.0
author=Jan Delgado <jdelgado[at]gmx.net>
maintainer=Jan Delgado <jdelgado[at]gmx.net>
sentence=Use AWS IOT with the ESP32
paragraph=Easily attach your ESP32 to the AWS IOT cloud. Derived from hornbill examples.
category=Data Processing
url=https://github.com/jandelgado/esp32-aws-iot
architectures=esp32
includes=AWS_IOT.h

0 comments on commit 71611e0

Please sign in to comment.