You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked on the android code ,the route is increment each time the app starts listen to the GPS.
For the case someone uninstall the app and then re install it the routes will start again from 1...Ofer, is that will make troubles?
The text was updated successfully, but these errors were encountered:
After discussion with Ofer..this cause a bug.
The solution for that ;
Client Side :
The route ID should be build from the timestamp. So instead of increment the route (++Counter) just use the current time stamp.
Server Side -
If the time elapse between to payloads is greater than 3 minutes..ignore the distance from the privious point.
I looked on the android code ,the route is increment each time the app starts listen to the GPS.
For the case someone uninstall the app and then re install it the routes will start again from 1...Ofer, is that will make troubles?
The text was updated successfully, but these errors were encountered: