Skip to content

Commit 2b7d737

Browse files
committed
Update README / Changelog (version 0.2.0 release)
1 parent 0b39fdf commit 2b7d737

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,32 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111
#### Added
1212

1313
#### Removed
14+
15+
### [v0.2.0][v0.2.0]
16+
17+
#### Fixed
18+
19+
- BDS21: Is not valid if first byte is 0b00100000
20+
- BDS45: Is invalid if status = false and static pressure is likely wrong
21+
- BDS60
22+
- Calculate CAS and compare with IAS to increase accuracy / validity
23+
- If status flag = true and value is non-zero it cannot be BDS60 message
24+
- Perform status bit checks on correct data bits
25+
- BDS50: Filter groundspeed > 600 as incorrect message to reduce number of false positives
26+
- BDS40: Check status flags and non-zero values
27+
- BDS40: MCP Altitude calculations
28+
- BDS45: check radio height on correct data bits
29+
30+
#### Changed
31+
32+
- Migrate Maven POM based release to Gradle based release
33+
- ModeSDatabase can now be loaded using external CSV files
34+
35+
#### Added
36+
37+
- DF17: Aircraft Operational Status (Version 2 Airborne/Ground)
38+
- DF17: Aircraft Operational Status (Version 1 Airborne/Ground)
39+
- DF17: Airborne Velocity
40+
- Only work with Downlink Message without track management
41+
- Disable tracks deleted on automatically
42+

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Most features of the DF17/18 protocol have been implemented, some message lack s
5858
| 26 | Reserved Message ||
5959
| 27 | Reserved (Trajectory Change) ||
6060
| 28 | Aircraft Status Message | ✅ | Priority mode A code (emergency) + TCAS/ACAS RA Broadcast
61-
| 29 | Target Status Message | ⚠️ | Partial support
61+
| 29 | Target Status Message | | Partial support
6262
| 30 | Reserved Message ||
63-
| 31 | Aircraft Operational Status | ⚠️ | Partial support
63+
| 31 | Aircraft Operational Status | | Partial support
6464

6565

6666
## DF20/21 Comm-B
@@ -112,7 +112,7 @@ We hope with more BDS implemented the guessing accuracy will improve.
112112
| 1,E | Mode S services GICB capability report ||
113113
| 1,F | Mode S services GICB capability report ||
114114
| 2,0 | Aircraft Identification ||
115-
| 2,1 | Aircraft and Airline registration marking | ️ | Experimental
115+
| 2,1 | Aircraft and Airline registration marking | ️ | Experimental
116116
| 2,2 | Antenna positions ||
117117
| 2,5 | Antenna type ||
118118
| 3,0 | ACAS Active resolution advisory | ❌ | Detection implemented, decoding missing
@@ -153,7 +153,7 @@ Pom
153153
<dependency>
154154
<groupId>aero.t2s</groupId>
155155
<artifactId>mode-s</artifactId>
156-
<version>0.2.0-SNAPSHOT</version>
156+
<version>0.2.0</version>
157157
</dependency>
158158
```
159159

0 commit comments

Comments
 (0)