Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mpx4132/thermostat

A C++ thermostat framework designed to serve as the foundation for a more complex system. This project is meant to run on limited-resource systems (such as the ESP8266).
https://github.com/mpx4132/thermostat

arduino cpp esp8266 esp8266-arduino iot lightweight limited-memory thermostat

Last synced: about 2 months ago
JSON representation

A C++ thermostat framework designed to serve as the foundation for a more complex system. This project is meant to run on limited-resource systems (such as the ESP8266).

Awesome Lists containing this project

README

        

# Thermostat
A C++ thermostat framework designed to serve as the foundation for a more complex system. This project is meant to run on limited-resource systems (such as the ESP8266).

Compilation for Linux available via the provided make file. Navigate to inner Thermostat directory and run make. A minimum of 512MB is required, when using the Arduino libraries and complier.