sysnetlab / SenSee

SenSee
GNU General Public License v3.0
0 stars 1 forks source link

improvement for dropbox data storage #3

Open SagarPandit01 opened 7 years ago

SagarPandit01 commented 7 years ago

From @graychan on October 3, 2014 0:34

At present, the directory structure at dropbox is root > Apps > SenSee > Experiment_Name, which could be an annoyance. Here is why. If a single dropbox user runs the app on more than one device, both devices would push the data to the same directory, for instance, if device 1 has an experiment with directory "exp0004" and device 2 also has an experiment with directory "exp0004", then data collected from both experiments on the two devices would be pushed to the same directory in the user's dropbox. It appears that dropbox would not overwrite the files with same name, but append (1), (2) etc to file names -- there is no data loss, but an annoyance.

There are two possible solutions I can think of right now,

Copied from original issue: sysnetlab/SensorDataCollector#150