mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Update readme for rtl x2 and Kraken
This commit is contained in:
parent
7ecdb17423
commit
b48179d957
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -6,13 +6,20 @@ 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/), [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.
|
||||
- Record raw IQ data by pressing spacebar on the web front-end.
|
||||
- Saves delay-Doppler maps in a JSON array.
|
||||
|
||||
## SDR Support
|
||||
|
||||
- [SDRplay RSPDuo](https://www.sdrplay.com/rspduo/).
|
||||
- [USRP](https://www.ettus.com/products/) (only tested on the B210).
|
||||
- 2x [HackRF](https://greatscottgadgets.com/hackrf/) with clock synchronisation and hardware trigger.
|
||||
- 2x [RTL-SDR](https://www.rtl-sdr.com/) with clock synchronisation.
|
||||
- [KrakenSDR](https://www.krakenrf.com/) with 2x channels only.
|
||||
|
||||
## Services
|
||||
|
||||
The build environment consists of a docker-compose.yml file running the following services;
|
||||
|
@ -62,8 +69,8 @@ The radar processing output is available on [http://localhost:49152](http://loca
|
|||
## Future Work
|
||||
|
||||
- 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 the HackRF/RTL-SDR using a front-end mixer, to sample 2 RF channels in 1 stream.
|
||||
- Support for the Kraken SDR with all 5 channels.
|
||||
- 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
|
||||
|
@ -82,7 +89,6 @@ Pull requests are welcome - especially for adding support for a new SDR.
|
|||
|
||||
- Watch a [Youtube video](https://www.youtube.com/watch?v=FF2n28qoTQM) showing the hardware and software setup.
|
||||
|
||||
|
||||
## License
|
||||
|
||||
[MIT](https://choosealicense.com/licenses/mit/)
|
||||
|
|
Loading…
Reference in a new issue