-
Notifications
You must be signed in to change notification settings - Fork 3
Software
webbhm edited this page Jun 13, 2018
·
15 revisions
Software is in two parts:
- Code running locally on the MVP's Raspberry Pi
- User Interface (UI) code running on the cloud server
The MVP code currently consists of three main parts:
- Controller (currently the Linux CRON process): control the timing of events
- Scripts (/home/pi/MVP/scripts): these package the Python code for group operations, and provide separation between the controller and functions.
- Code (/home/pi/MVP/python): most actions are executed through Python code files. This code represents sensors, controllers, utilities (data handling,logging, ...) and reporting.
Code Organization - how the MVP code is set up.
- V1
- V2.1
- V3
2018/05/31 webbhm