Vohandu maratonas

Live participant tracking

← Back to event
Carry-around
How to connect a GPS tracking app?

Use the Mendhak GPSLogger app (Google Play or F-Droid, package com.mendhak.gpslogger).

Settings

Settings → Logging details → Log to custom URL — @templ.Raw(i18n.T(ctx, "events.tracking.setup_method"))

  1. HTTP Method: POST
  2. URL: https://upemis.lt/api/tracking/ping
  3. HTTP Headers (one per line):
    Authorization: Bearer token_received_from_admin Content-Type: application/x-www-form-urlencoded
  4. HTTP Body:
    lat=%LAT&lng=%LON&acc=%ACC&alt=%ALT&spd=%SPD&hdg=%DIR&ts=%TIME&bat=%BATT&ser=%SER
  5. Allow auto sending — enable. Discard offline locations — disable.

Recommended intervals

  1. Performance → Time before logging30 sec.
  2. Performance → Distance filter10 m
  3. Keep GPS on between fixes — disable (saves battery).