Flymaster GPS Client

Connection

{{ statusMessage }}

Device Information

Name: {{ deviceInfo.name }}

Unit ID: {{ deviceInfo.unitId }}

Tracks

Loading tracks...
Select # Start Date End Date Duration
{{ track.index + 1 }} {{ formatDate(track.startDate) }} {{ formatDate(track.endDate) }} {{ formatDuration(track.duration) }}

Download Progress

{{ downloadProgress }}%

Downloaded Track Data

Total points: {{ trackPoints.length }}

Sample Points

# Latitude Longitude GPS Alt Baro Alt Time
{{ index + 1 }} {{ point.lat.toFixed(6) }} {{ point.lon.toFixed(6) }} {{ point.gpsalt }}m {{ point.baroalt.toFixed(1) }}m {{ formatDate(new Date(point.time * 1000)) }}