Releases: rsadsb/adsb_deku
Releases · rsadsb/adsb_deku
v0.3.0
adsb_deku
- Fixes many soundness bugs that came from testing this month for multiple data structures. Thanks @wiseman for the data!
- Add parsing Comm-B BDS messages
See CHANGELOG.md for all the library changes!
apps
- [radar] Enforce minimum constraint on size of tab text
- [radar] Add
+
and-
for zooming the map during operation - [radar] Add
Up
,Down
,Left
, andRight
for moving map (lat/long).Enter
for resetting Map. - [radar] Display current Lat/Long in tui
- [radar] Add
Airplanes
tab for display of all airplanes(lat, long, altitude) in table format. Allow selection in table with Up, Down, and Enter keys for moving to theMap
tab centered at selected aircraft.
v0.2.0
[v0.2.0] 2021-10-17
adsb_deku
- Moved all ADS-B related struct/enum parsing into
adsb
module for improve documentation and separation of functionality DF::CommDExtendedLengthMessage
now matches 24..=31- Improve/Enable parsing/fmt::Display of
Tis-B
messages. Thanks (@wiseman) for test data - Add
ME::SurfaceSystemStatus
Apps
- Improve clap
--help
for all apps - [apps/1090] Add
--disable-airplanes
to disable airplane lat/long/altitude output - [apps/1090] Add
--debug
for displaying Debug trait output - [apps/1090] Add
--panic-display
and--panic-decode
for optional testing - [apps/radar] Rename ADSB Tab to MAP
- [apps/radar] Remove blocking TcpStream, thus making tui work while waiting for new ADS-B message
- [apps/radar, apps/1090] Add --host and --port (@wiseman) (#1)
Full Changelog: v0.1.1...v0.2.0