Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/mpx4132/thermostat
- Owner: MPX4132
- Created: 2016-07-20T22:53:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T04:56:22.000Z (about 5 years ago)
- Last Synced: 2023-10-20T21:54:29.433Z (about 1 year ago)
- Topics: arduino, cpp, esp8266, esp8266-arduino, iot, lightweight, limited-memory, thermostat
- Language: C++
- Homepage:
- Size: 175 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.