mirror of
https://github.com/30hours/blah2.git
synced 2024-11-18 12:33:58 +00:00
Update todo and readme
This commit is contained in:
parent
be96128e53
commit
b2ce7302e1
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue