Skip to content

Commit

Permalink
Merge pull request #8 from rsadsb/2023-11-22
Browse files Browse the repository at this point in the history
Release v2023.11.22
  • Loading branch information
wcampbell0x2a authored Nov 23, 2023
2 parents 8607da6 + 7cebbb5 commit a8a88c0
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 6 deletions.
28 changes: 28 additions & 0 deletions src/2023.11.22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 2023-11-22 Release Notes
<p align="center">
<img src="https://raw.githubusercontent.com/rsadsb/adsb_deku/master/media/logo.png")
</p>

Happy Holidays! Not many updates this year, these are mostly dependency updates.

As always, check out [quickstart guide](quickstart.md) for a installation guide.

## Links / Changelogs

All code is released under the [github/rsadsb](https://github.com/rsadsb) account.
Release binaries are available at the following links.

### [adsb_deku v2023.11.22](https://github.com/rsadsb/adsb_deku/releases/tag/v2023.11.22)
See [CHANGELOG.md](https://github.com/rsadsb/adsb_deku/blob/v2023.11.22/CHANGELOG.md) for detailed notes on `adsb_deku` libraries, `radar`, and `1090`.

- Released `0.6.3` of [rsadsb_common](https://crates.io/crates/rsadsb_common)
- Released `0.7.0` of [adsb_deku](https://crates.io/crates/adsb_deku)
- We now use [ratatui](https://ratatui.rs/). Great to see this being properly maintained!
- Other dependency updates

### [dump1090 v0.7.0](https://github.com/rsadsb/dump1090_rs/releases/tag/v0.7.0)
See [CHANGELOG.md](https://github.com/rsadsb/dump1090_rs/blob/v0.7.0/CHANGELOG.md) for detailed notes on `dump1090_rs`.

- Update `--host` to support IPv6 [!67](https://github.com/rsadsb/dump1090_rs/pull/67) Thanks [@daviessm](https://github.com/daviessm)
- Add bladeRF 2.0 micro xA4 support [!21](https://github.com/rsadsb/dump1090_rs/pull/87) Thanks [@tjmullicani](https://github.com/tjmullicani)
- Other dependency updates
2 changes: 1 addition & 1 deletion src/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See [quickstart](quickstart.md) for the easy installation process.
## Latest Release

### Major
[2022-12-29](2022.12.29.md)
[2023-11-22](2023.11.22.md)

### Minor
N/A
Expand Down
10 changes: 5 additions & 5 deletions src/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ADS-B Quick Start Installation Guide
_last edited: 2022/12/29_
_last edited: 2023/11/22_

This guide will give you a quick and easy to setup system to demodulate and decode ADS-B messages using this Rust software!
For a good technical intro into what ADS-B is and how it is decoded, see the following [guide](https://mode-s.org/decode/).
Expand Down Expand Up @@ -44,17 +44,17 @@ Binaries can be downloaded from the latest releases of our software on github.
The following is an example for `x86_64`.
```
# download dump1090_rs
> wget https://github.com/rsadsb/dump1090_rs/releases/download/v0.6.1/dump1090_rs-x86_64-unknown-linux-gnu.tar.gz
> wget https://github.com/rsadsb/dump1090_rs/releases/download/v0.7.0/dump1090_rs-x86_64-unknown-linux-gnu.tar.gz
> tar -xf dump1090_rs-x86_64-unknown-linux-gnu.tar.gz
# download radar
> wget https://github.com/rsadsb/adsb_deku/releases/download/v2022.12.29/radar-x86_64-unknown-linux-gnu.tar.gz
> wget https://github.com/rsadsb/adsb_deku/releases/download/v2023.11.22/radar-x86_64-unknown-linux-gnu.tar.gz
> tar -xf radar-x86_64-unknown-linux-gnu.tar.gz
```

`ARM` releases are also available:
- [dump1090_rs](https://github.com/rsadsb/dump1090_rs/releases/tag/v0.6.1)
- [radar](https://github.com/rsadsb/adsb_deku/releases/tag/v2022.12.29)
- [dump1090_rs](https://github.com/rsadsb/dump1090_rs/releases/tag/v0.7.0)
- [radar](https://github.com/rsadsb/adsb_deku/releases/tag/v2023.11.22)


## (Optional) Install from source for max performance
Expand Down
1 change: 1 addition & 0 deletions src/rsadsb_releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<img src="https://raw.githubusercontent.com/rsadsb/adsb_deku/master/media/logo.png")
</p>

- [2023-11-22](2023.11.22.md)
- [2022-12-29](2022.12.29.md)
- [v0.6.1](v0.6.1.md)
- [v0.6.1](v0.6.1.md)
Expand Down

0 comments on commit a8a88c0

Please sign in to comment.