Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfrax committed May 14, 2017
1 parent 9f95621 commit 8cfa08f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# spots - dump1090 in Python

An implementation to detect and decode Mode-S messages modulated on 1090MHz.
The implementation is implemented fully in Python, tested on raspberry pi 2 model B hardware using an
The implementation is implemented fully in Python (2.7.9), tested on raspberry pi 2 model B hardware using an
RTL-SDR USB dongle.

Focus is on using Python idioms and readability, not optimizations.
Expand Down Expand Up @@ -29,12 +29,12 @@ The following message will be decoded:
Messages decoded are displayed either in a serialised format on standard output
or in a tabular format depending on preference.

Some statistics is collected
Some statistics is collected.

## Dependencies

Spots uses [pyrtlsdr](https://github.com/roger-/pyrtlsdr) to read samples. Use the installation description to install
this.
Spots uses [pyrtlsdr](https://github.com/roger-/pyrtlsdr) v0.2.0 to read samples.
Use the installation description to install this.

pyrtlsdr is wrapper for rtlsdr library, so this needs to be installed.

Expand Down

0 comments on commit 8cfa08f

Please sign in to comment.