A simple web browser interface which uses the Python framework Flask and the Javascript framework D3.js to dynamically display the CPU temperature of a RaspberryPi accross a LAN. The data is sent from the RaspberryPi using JSON and a simple HTTP based API which pulls data from the database of historical temperatures and plotted inside the browser using D3.js.
- The plotting code is heavily based off of these examples.
- The API was developed based on code in this tutorial.