kopia lustrzana https://github.com/cyoung/stratux
18 wiersze
1.7 KiB
HTML
Executable File
18 wiersze
1.7 KiB
HTML
Executable File
<div class="section text-left help-page">
|
|
<p>The <strong>Traffic</strong> page provides a list of all aircraft position reports received within the last 60 seconds. Each time a new aircraft is reported, it is added to the list. Each time a new report is received for an existing aircraft, the list is updated. If a report for an aircraft has not been received within the last 60 seconds, the aircraft is removed from the list.</p>
|
|
<p>For each aircraft, the list includes the following details:</p>
|
|
<ul class="list-simple">
|
|
<li><strong>Flight</strong> is aircraft tail number / call sign (when available) or the ICAO 24-bit code. When the ICAO code is used, it is displayed in gray.
|
|
<ul class="list-simple">
|
|
<li><span class="label traffic-style1">1090 ES</span> traffic is displayed with a light blue background.</li>
|
|
<li><span class="label traffic-style2">978 UAT</span> traffic is displayed with a light tan background.</li>
|
|
</ul>
|
|
</li>
|
|
<li><strong>Speed</strong> - Reported ground speed, rounded to the nearest 5 knots. Invalid or missing values are shown as '---'.</li>
|
|
<li><strong>Altitude</strong> - Reported pressure altitude, feet MSL. Climb or descent rate is also shown if not in level flight.</li>
|
|
<li><strong>Course</strong> - Reported true course, rounded to the nearest 5°. Invalid or missing values are shown as '---'</li>
|
|
<li><strong>Location</strong> - Reported latitude and longitude, DD° mm' ss''.</li>
|
|
<li><strong>Age</strong> - Age of the last traffic report, seconds.</li>
|
|
</ul>
|
|
<p><strong>Stratux Clock</strong> and <strong>Device Clock</strong> are the UTC timestamps reported by the Stratux and by the web browser on your mobile device, respectively.</p>
|
|
</div> |