Digital-Waters / WaterMonitorDevice

All the code that runs on our water monitoring devices.
0 stars 0 forks source link

As a system, I want our program to start automatically on system startup so I can ensure continuous data collection. #22

Closed digitalwaters-jason closed 2 months ago

digitalwaters-jason commented 3 months ago

Description:

To ensure that our Python application on the Raspberry Pi is always running, we need to configure the system to automatically launch the app on startup. Given the resilience of our app, which can shut down at any time without compromising data integrity, this task is crucial for ensuring that data collection resumes automatically whenever the system restarts. This setup will safeguard our offline data and ensure that data is collected as consistently as possible, regardless of system reliability.

Acceptance Criteria:

digitalwaters-jason commented 2 months ago

Tested the instructions to set this up in this project's readme. It works well. Closing.