mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Update README for HackRF
This commit is contained in:
parent
3e656f16c5
commit
37e68281a0
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@ A real-time radar which can support various SDR platforms. See a live instance a
|
|||
|
||||
## Features
|
||||
|
||||
- Support for the [SDRplay RSPDuo](https://www.sdrplay.com/rspduo/) and [USRP](https://www.ettus.com/products/) (only tested on the B210).
|
||||
- Support for the [SDRplay RSPDuo](https://www.sdrplay.com/rspduo/), [USRP](https://www.ettus.com/products/) (only tested on the B210) and [HackRF](https://greatscottgadgets.com/hackrf/).
|
||||
- 2 channel processing for a reference and surveillance signal.
|
||||
- Designed to be used with external RF source (for passive radar or active radar).
|
||||
- Outputs delay-Doppler maps to a web front-end.
|
||||
|
@ -64,7 +64,6 @@ The radar processing output is available on [http://localhost:49152](http://loca
|
|||
- Add a tracker in delay-Doppler space.
|
||||
- Support for the HackRF and RTL-SDR using a front-end mixer to sample 2 RF channels in 1 stream.
|
||||
- Support for the Kraken SDR.
|
||||
- Support for using 2 HackRF boards with clock synchronisation.
|
||||
- Add [SoapySDR](https://github.com/pothosware/SoapySDR) support for the [C++ API](https://github.com/pothosware/SoapySDR/wiki/Cpp_API_Example) to include a wide range of SDR platforms.
|
||||
|
||||
## FAQ
|
||||
|
|
Loading…
Reference in a new issue