[EN] Mobile APPs - eusonlito/GPS-Tracker GitHub Wiki
Device Registration on the Platform
- On the Platform
Servers
>Create
, register a server on the port you wish for the OsmAnd protocol. - On the Platform
Vehicles
>Create
, register a vehicle. - On the Platform
Devices
>Create
, register a device associated with the previous vehicle. InSerial 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.
- Install the app Android or iOS.
- In
Device Identifier
, write the same value that you have indicated inSerial Number
on the Platform. - In
Server URL
, indicate your server's URL along with the selected port in the format:http://DOMAIN:PORT
- You can configure the
Frequency
as needed. Normally, GPS devices are set to 10 seconds. - Start Service and if everything is set up correctly, you should start receiving locations from the APP.
GPSLogger
- Install the native Android app. You can download the
apk
from Github in theAssets
section. You need to install it manually. - In the menu >
Custom URL
, activate theLog to custom URL
option. - In
URL
, indicate your server's URL along with the selected port in the format:http://DOMAIN:PORT?lat=%LAT&lon=%LON×tamp=%TIMESTAMP&speed=%SPD&direction=%DIR&hdop=1&id={ID}&maker=gpslogger
where{ID}
is the same value that you have indicated inSerial Number
on the Platform. - If everything is set up correctly, by pressing
Start Logging
, you should start receiving locations from the APP.