GpsSample / gpssample-android

MIT License
1 stars 3 forks source link

Support Centralized Data Server #67

Open russellsteen opened 6 years ago

russellsteen commented 6 years ago

Send data automatically to a central server with each field input so no manual submission is required. If the device does not have a strong enough signal to send data over, the data is cached on the device until a strong enough signal is detected, and the data is sent automatically. If the data transmission is interrupted, data is flagged by the server and the next time the device can send data, the server causes the device to resend data to ensure integrity of the full data set. Build in intelligence to not drain battery with server pings.

Also requires a server API spec.