epidose
epidose copied to clipboard
Implement remote update capability
This has to be compatible with the final device configuration (#40) and could be based on Git.
When an update is available should we apply it immediately or blink a LED light and let the user decide? I guess this can be done anytime the device's wifi is on (e.g., update_filter_d, wps_scanner_d).
Apply it immediately. The user should not care about such things.
Here are the steps that our configuration management script should do:
- [ ] Check for changes in the upstream (
git pull) - [ ] If there are changes in files with extensions .py or .sh then build (
make fast-install)
Steps 1–4 are part of #40, not this issue.