ninthday / funf-open-sensing-framework

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

Option to not record passive data #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Data should be marked as passive or not, so that users could have the option to 
not record it.  Also an app could pass in a parameter that specifically 
requests to not receive data that it did not request.  This "strict" mode would 
ensure the app doesn't get overloaded with data.

Original issue reported on code.google.com by alan.gar...@gmail.com on 23 Nov 2011 at 10:57

GoogleCodeExporter commented 9 years ago
An example of this is wanting to record activty every 2 min, record 
accelerometer every 30min, but not wanting accelerometer data ever 2 minutes.

Original comment by alan.gar...@gmail.com on 23 Nov 2011 at 10:57

GoogleCodeExporter commented 9 years ago
Will implement the OPPORTUNISTIC boolean parameter, which by default will be 
true.  When false the requester will not receive data that is not a result of 
its own requests.

Original comment by alan.gar...@gmail.com on 5 Dec 2011 at 8:57