Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed May 10, 2021
1 parent 115a292 commit 50e0629
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

A GNU Radio out-of-tree (OOT) module to demodulate and decode Automatic Dependent Surveillance Broadcast (ADS-B) messages.

Note, the `master` branch of this repository is currently maintained for GNU Radio 3.8. The final GNU Radio 3.7 version is tagged as `gnuradio-3.7`.
Note, the `master` branch of this repository is currently maintained for GNU Radio 3.8. The GNU Radio 3.7 support is on the `maint-3.7` branch.

### Clone for GNU Radio 3.8

Expand All @@ -14,8 +14,7 @@ $ git clone https://github.com/mhostetter/gr-adsb
### Clone for GNU Radio 3.7

```bash
$ git clone https://github.com/mhostetter/gr-adsb
$ git checkout tags/gnuradio-3.7
$ git clone -b maint-3.7 https://github.com/mhostetter/gr-adsb
```

## Features
Expand Down Expand Up @@ -148,7 +147,7 @@ To record bursts, enable the SQLite Sink in the `adsb_rx.grc` flowgraph. To repl

## Installation

GNU Radio is a dependency for `gr-adsb`. I recommend installing it with [PyBOMBS](https://github.com/gnuradio/pybombs). `gr-adsb` is currently compatible with GNU Radio 3.7 only. *GNU Radio 3.8 support is in development*.
GNU Radio is a dependency for `gr-adsb`. I recommend installing it with [PyBOMBS](https://github.com/gnuradio/pybombs).

### Source Build

Expand Down

0 comments on commit 50e0629

Please sign in to comment.