spectraphilic / wsn_pi

Code for operating the rasberry pi
1 stars 0 forks source link

Upload data in batches (files) #1

Open jdavid opened 5 years ago

jdavid commented 5 years ago

Right now we upload data frames one by one, what would be nice if real-time was a requirement. While with other devices (e.g. CR6) data is uploaded in batches, as files actually.

For consistency with the other devices we should upload mote's data in files as well. This will also allow to have a backup of the source files in the server. We would upload the raw files and do the parsing in the server.

Also the Pi suffer from intermittent network issues. Right now when there're network issues we try to upload a data frame but it fails, then we try the next one and it fails again...