/iot-boilerplate

An attempt of writing beautiful code for Arduino

Primary LanguageC++

IoT-Boilerplate

Build Status

Just me tinkering around with embedded programmingand an attempt to implement some patterns to get maintainable code for embedded programming.

Unfortunately, most of the examples which I found somewhere ekse are just hacked together via copy and paste.

iot-restful-api

ESP8266 should communicate with a RESTful API (secured via JWT) that is written in Golang.

traffic-light

Sounds simpled, right? Now what about a non-blocking version?