Commit 50a129d
Chris Costes
Add stateful RealtimeDecoder for realtime processing of ADS-B messages.
- Add RealtimeDecoder struct for stateful real-time message processing
- Add Python bindings with full type hints and PyO3 integration
- Refactor CPR decoding code to eliminate duplication between batch and real-time processing
- Update version to 0.4.14
- Maintain backward compatibility with existing APIs1 parent 9113825 commit 50a129d
File tree
16 files changed
+1507
-476
lines changed- crates
- decode1090/src
- rs1090
- data
- src
- decode
- python
- examples
- rs1090
- src
16 files changed
+1507
-476
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments