@squawk/adsbtop 0.2.1 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +14 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,11 +44,23 @@ adsbtop --source sbs --host 192.168.1.50
44
44
  | `H` | Toggle the help overlay |
45
45
  | `Q` | Quit |
46
46
 
47
- Aircraft squawking an emergency code (7500/7600/7700) render in bold red.
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
49
  ### Detail view
50
50
 
51
- 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, and indicated/true airspeed. Fields the active source doesn't populate show as `-`.
51
+ 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 `-`.
52
+
53
+ #### Field population by source
54
+
55
+ Five detail-view fields have meaningfully different coverage depending on `--source` - see [`@squawk/adsb-feed`'s README](../../packages/libs/adsb-feed/README.md#field-population-by-source) for the decode details behind each:
56
+
57
+ | Field | JSON | SBS | Beast |
58
+ | ------------------- | ---- | --- | ----- |
59
+ | Squawk alert | - | Yes | Yes |
60
+ | Ident active | - | Yes | Yes |
61
+ | Emergency state | Yes | - | Yes |
62
+ | Resolution advisory | - | - | Yes |
63
+ | Target state | - | - | Yes |
52
64
 
53
65
  ### Messages panel
54
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squawk/adsbtop",
3
- "version": "0.2.1",
3
+ "version": "0.3.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",