AbelTong / funf-open-sensing-framework

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

Passive only, no data requests #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Need a flag to specify that we want only passive opportunistic data, and are 
not actively requesting data.  This allows us to implement triggers without 
causing the probe to run.

This could be implemented as an empty list
"example.Probe": []

Or as a separate flag
"example.Probe": [{"ONLY_OPPORTUNISTIC":true}]

The first is more elegant, but also requires we come up with another method for 
signaling that we want to remove all current data requests.  One option is to 
have 
null - remove all current requests
[] -  mean opportunistic only
[{}] - default data request

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

GoogleCodeExporter commented 9 years ago

Original comment by alan.gar...@gmail.com on 5 Dec 2011 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by alan.gar...@gmail.com on 5 Dec 2011 at 9:53