An open API service indexing awesome lists of open source software.

https://github.com/perbu/shadow-lamp

Demo project showcasing the use of shadow devices in a simple MCU-app.
https://github.com/perbu/shadow-lamp

Last synced: about 1 year ago
JSON representation

Demo project showcasing the use of shadow devices in a simple MCU-app.

Awesome Lists containing this project

README

          

# shadow-lamp
Demo project showcasing the use of shadow devices in a simple MCU-app.

## Handy stuff:

Build locally (requires Docker):
```
mos build --local
```

Enable OTA:
```
mos config-set dash.enable=true dash.token=DEADBEEF
```

Connect to AWS IoT Core - requires
```
mos aws-iot-setup
```