|
|
|
|
|
by dirtyaura
5633 days ago
|
|
Great article. His observations of location polling strategies and battery life are spot on, so if you are interested in location-based services, read them carefully. When developing Jaiku Mobile (always-on rich presence sharing with location and other data) we learned same things. There's actually two strategies that you've to manage: polling of the location (GPS usage) and sending it to the server (network usage). In 3G, there is a significant energy consumption cost, when you send small amount of data regularly to server, because the network stack has to be changed to higher-energy mode each time you send something over TCP/IP. Even if you stay in a same location and the location data doesn't changed, you might need to send the data to server. Why? To indicate freshness of the data, server has to pinged to indicate that location data is still fresh, even if it hasn't changed. Indicating data's freshness can be important in tracking situation (e.g. Geoshare). |
|