-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Philippe Chartrand edited this page Nov 17, 2018
·
6 revisions
Flask is a python web micro-framework.
temperature-monitor is a python library that captures time series of temperature data from an arduino (using pyserial), stores it in a memcached store for 24 hours and allows to graph the data using mathplotlib.
You can see here measurements of 5 temperatures for a 12h period. 
Longer periods are accumulated by the application and can be stored and reloaded from disk.
