Skip to content

Commit

Permalink
feat: use soapy-sdr for reading sdr device
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Jan 7, 2022
1 parent 5fefed8 commit 9d8ed67
Show file tree
Hide file tree
Showing 15 changed files with 413 additions and 462 deletions.
174 changes: 153 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dump1090_rs"
version = "0.4.0"
version = "0.5.0"
authors = ["Wayne Campbell <wcampbell1995@gmail","John Stanford <johnwstanford@gmail.com>"]
edition = "2021"

Expand All @@ -12,6 +12,9 @@ clap = {version = "3.0.0", features = ["color", "derive", "wrap_help"]}
lazy_static = "1.4"
libc = "0.2"
hex = "0.4"
soapysdr = "0.3"
num-complex = "0.4"
hexlit = "0.5.0"

[dev-dependencies]
assert_hex = "0.2"
Expand Down
Loading

0 comments on commit 9d8ed67

Please sign in to comment.