Update todo and readme

This commit is contained in:
30hours 2023-11-29 09:46:11 +00:00
parent be96128e53
commit b2ce7302e1
2 changed files with 3 additions and 4 deletions

View file

@ -48,9 +48,9 @@ The radar processing output is available on [http://localhost:49152](http://loca
## Future Work
- A CFAR detector has not yet been implemented.
- Support for the HackRF and RTL-SDR using front-end mixer to sample 2 RF channels in 1 stream.
- Occasional segmentation fault from a mutex issue.
- Add a tracker in delay-Doppler space.
- 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.
## FAQ

View file

@ -5,7 +5,6 @@
/// <a href="https://stackoverflow.com/questions/39110263/append-to-an-existing-array-of-json-objects-on-file-using-rapidjson">
/// Append to an existing array using rapidjson.</a>
/// @author 30hours
/// @todo Fix memory leak in get_map_db().
#ifndef MAP_H
#define MAP_H