@squawk/adsbtop 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -46,6 +46,10 @@ adsbtop --source sbs --host 192.168.1.50
|
|
|
46
46
|
|
|
47
47
|
Aircraft render in bold red when they carry any of: an emergency squawk code (7500/7600/7700), a declared emergency state, or an active ACAS/TCAS Resolution Advisory.
|
|
48
48
|
|
|
49
|
+
### Connection status
|
|
50
|
+
|
|
51
|
+
The status header shows a bold yellow `RECONNECTING` indicator whenever the underlying feed's connection isn't currently up - a dropped SBS/Beast socket awaiting automatic reconnect, or (for `--source json`) the most recent poll having failed. Nothing is shown while connected.
|
|
52
|
+
|
|
49
53
|
### Detail view
|
|
50
54
|
|
|
51
55
|
Selecting a row and pressing `Enter` or `D` opens a full field dump for that aircraft, including barometric and geometric altitude, true track and magnetic heading, indicated/true airspeed, squawk alert/ident status, declared emergency state, active Resolution Advisory, and pilot-selected target state (altitude/heading/autopilot). Fields the active source doesn't populate show as `-`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squawk/adsbtop",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Terminal dashboard for live ADS-B aircraft tracking, built on @squawk/adsb-feed",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"lint": "tsc --noEmit && eslint src"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@squawk/adsb-feed": "^0.
|
|
31
|
+
"@squawk/adsb-feed": "^0.4.0",
|
|
32
32
|
"@squawk/geo": "^0.4.10",
|
|
33
33
|
"@squawk/icao-registry": "^0.5.8",
|
|
34
34
|
"@squawk/icao-registry-data": "^0.8.12",
|