FlowerPower-Tools
FlowerPower-Tools copied to clipboard
Some cleaning, improved logging output and async problem solved
The following things are done:
- adding a .gitignore file that leaves out param.txt, logs and other admin crap
- correcting the chmod to -x for all files except .sh
- Renamed params.txt to params-sample.txt (params.txt is ignored to not accidentally push account data)
- Improved logging with more variables
- Solved the problem discussed here http://forum.developer.parrot.com/t/how-update-data-in-your-cloud/66/36 regarding a mismatch between the cloud delivered index and the order of querying sensors, resulting in higher download on the sensor and push to the wrong sensor.
- Disabled logging for sensitive account data
- Commented out part with write to the filesystem not needed for cloud sync.
I've encountered the same problems in my installation with 8 sensors. The proposed patch works for me, please consider accepting it.