mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +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
|
## Future Work
|
||||||
|
|
||||||
- A CFAR detector has not yet been implemented.
|
- Add a tracker in delay-Doppler space.
|
||||||
- Support for the HackRF and RTL-SDR using front-end mixer to sample 2 RF channels in 1 stream.
|
- Add ADS-B overlay on the delay-Doppler map.
|
||||||
- Occasional segmentation fault from a mutex issue.
|
- Support for the HackRF and RTL-SDR using a front-end mixer to sample 2 RF channels in 1 stream.
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
/// <a href="https://stackoverflow.com/questions/39110263/append-to-an-existing-array-of-json-objects-on-file-using-rapidjson">
|
/// <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>
|
/// Append to an existing array using rapidjson.</a>
|
||||||
/// @author 30hours
|
/// @author 30hours
|
||||||
/// @todo Fix memory leak in get_map_db().
|
|
||||||
|
|
||||||
#ifndef MAP_H
|
#ifndef MAP_H
|
||||||
#define MAP_H
|
#define MAP_H
|
||||||
|
|
Loading…
Reference in a new issue