Hard Fork of the deprecated picorder
Explore a 3 layer softeware stack.
- Presentation Layer - Displays, graphs, lights, sound
- Logic layer - Drivers, switches, timers
- Data Layer - logs, status, and arrays to Translate/bridge/cummunicate between layers.
Why: Flexability.
- increase sensor compatibility
- Compatibility with node.js, perl, php, c, so on and ...
- Plug in and play for i2c devices
- Decrease base file size and line count
- Most importantly to split tasks by instperation.
- Creative - Work on Presentation Layer
- Problem solving - Work on Logic layer
- Research - work on Data Layer
- Standardize sensor values
- passing os system values
- error handeling
- clean exit with keyboard interupt
- report "0" value on sensor error. todo verbose mode
- remove requierment
- psutil replaced with vanilla/build-in
- compatible sensors Scripts
update to python3working- remove pip library dependence.
- packeage and deploy
- vanilla option offers builtin support for reliablilty, security and, updates
- data
- read sqlite3
- write sqlite3
Changing in development
This project was made possible by information and inspirations: