mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Update README for USRP
This commit is contained in:
parent
175b2bffe3
commit
28a0fcf54b
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,7 @@ A real-time radar which can support various SDR platforms. See a live instance a
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Currently only support for the [SDRplay RSPDuo](https://www.sdrplay.com/rspduo/).
|
- Support for the [SDRplay RSPDuo](https://www.sdrplay.com/rspduo/) and [USRP](https://www.ettus.com/products/) (only tested on B210).
|
||||||
- 2 channel processing for a reference and surveillance signal.
|
- 2 channel processing for a reference and surveillance signal.
|
||||||
- Designed as a passive radar, but can also work as an active radar.
|
- Designed as a passive radar, but can also work as an active radar.
|
||||||
- Outputs delay-Doppler maps to a web front-end.
|
- Outputs delay-Doppler maps to a web front-end.
|
||||||
|
@ -51,6 +51,8 @@ The radar processing output is available on [http://localhost:49152](http://loca
|
||||||
- Add a tracker in delay-Doppler space.
|
- Add a tracker in delay-Doppler space.
|
||||||
- Add ADS-B overlay on the delay-Doppler map.
|
- Add ADS-B overlay on the delay-Doppler map.
|
||||||
- Support for the HackRF and RTL-SDR using a front-end mixer to sample 2 RF channels in 1 stream.
|
- Support for the HackRF and RTL-SDR using a front-end mixer to sample 2 RF channels in 1 stream.
|
||||||
|
- Support for using 2 HackRF boards with clock synchronisation.
|
||||||
|
- Add automated Docker image builds on GHCR.
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
@ -60,6 +62,8 @@ The radar processing output is available on [http://localhost:49152](http://loca
|
||||||
|
|
||||||
Pull requests are welcome - especially for adding support for a new SDR.
|
Pull requests are welcome - especially for adding support for a new SDR.
|
||||||
|
|
||||||
|
- Currently have an issue where the USRP B210 is timing out after 5-10 mins and crashes the code. Convinced it's an issue with my usage of the API - email me for more info.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT](https://choosealicense.com/licenses/mit/)
|
[MIT](https://choosealicense.com/licenses/mit/)
|
||||||
|
|
Loading…
Reference in a new issue