About CheckApp
Data (Latitude, Longitude, Imei, Date, Time, Accuracy) are send via TCP to a server, configured in the app settings (Ip and Port).
An example of Received String on the server side is the following:
"113,358966065282642,-34.6012491,-58.5356723,25.0,06/25/2016/05:17:37"
[ID, Latitude, Longitude, Accuracy, Date+Time]
The server must made an acknowledge of the received String sending to the Client “113”
On received ID the app updates the String Status to “Send”.
The application first takes the position from the data network, if not available it uses the GPS.
If Internet is not available the data will be saved. On internet connection all local data saved will be sent to the server.