The SolarBerry Monitoring System is a Raspberry Pi-based Monitoring Tool designed to report and educate on the state of the SolarBerry, an off-grid computer laboratory, currently under development in Malawi
This project is currently a work-in-progress
TODO
This talks to the Arduino, requests data, broadcasts it out to front-end and logs to the db (Python)
This handles communication with the sensors and controls the LCD display (Arduino C)
This is the web front-end that displays all of this data and also links back to the educational content (JS/HTML/CSS)
DDL for the database
Runs periodically and clears out the db (as every metric is logged, there will be a rapid build-up of data here)
Controls running on boot
TODO - document this
mysql -u root -P '<password>' < config/solarberrydb.sql
crontab -w ... TODO
TODO
ln -s <TODO>
The SolarBerry Monitoring System is licensed under the GNU GPL. Please see LICENSE.txt
for full details.
If this license is unsuited to your application, please contact the developer for alternative licensing options.