funf-org / funf-core-android

Funf Open Sensing Framework for Android
92 stars 53 forks source link

Strict Period #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In order to enforce a strict period (every hour, no more, no less) but also 
collect opportunistic data requires two data requests:
[ {"PERIOD": 10, "OPPORTUNISTIC":false},
  {"PERIOD": 10, "OPPORTUNISTIC":true}
]

We should consider adding a "STRICT_PERIOD" flag that automatically does this.

Original issue reported on code.google.com by alan.gar...@gmail.com on 5 Dec 2011 at 9:33