fansonfong / funf-open-sensing-framework

Automatically exported from code.google.com/p/funf-open-sensing-framework
0 stars 0 forks source link

Strict Period #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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