Files
lambdaiot-core/readme.md

26 lines
448 B
Markdown

# Lambda IoT Core
This repository contains a minimal Go REST service used as the backend for the Lambda IoT project.
Repository: https://git.piskot.si/SeminarM2/lambdaiot-core
## Quickstart
Build and run locally:
```bash
cd test
podman compose up --build
```
## Frontend (Web)
See: https://git.piskot.si/SeminarM2/lambdaiot-web
## IoT firmware (Arduino ESP8266)
See folder `esp-demo`.
## IoT device emulator
Run `test/device_emulator.py`