[EN] Mobile APPs - eusonlito/GPS-Tracker GitHub Wiki

Device Registration on the Platform

  1. On the Platform Servers > Create, register a server on the port you wish for the OsmAnd protocol.
  2. On the Platform Vehicles > Create, register a vehicle.
  3. On the Platform Devices > Create, register a device associated with the previous vehicle. In Serial Number, you can indicate whatever you want, and you will need this value for the APP.

Traccar Mobile

You can use the official Traccar app as a client through the OsmAnd protocol.

  1. Install the app Android or iOS.
  2. In Device Identifier, write the same value that you have indicated in Serial Number on the Platform.
  3. In Server URL, indicate your server's URL along with the selected port in the format: http://DOMAIN:PORT
  4. You can configure the Frequency as needed. Normally, GPS devices are set to 10 seconds.
  5. Start Service and if everything is set up correctly, you should start receiving locations from the APP.

GPSLogger

  1. Install the native Android app. You can download the apk from Github in the Assets section. You need to install it manually.
  2. In the menu > Custom URL, activate the Log to custom URL option.
  3. In URL, indicate your server's URL along with the selected port in the format: http://DOMAIN:PORT?lat=%LAT&lon=%LON&timestamp=%TIMESTAMP&speed=%SPD&direction=%DIR&hdop=1&id={ID}&maker=gpslogger where {ID} is the same value that you have indicated in Serial Number on the Platform.
  4. If everything is set up correctly, by pressing Start Logging, you should start receiving locations from the APP.