diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-02 12:16:34 +0100 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-11 10:51:43 +0100 | 
| commit | 8ff127f33a6173d612a00a7c3cb4dd25b9bffcd0 (patch) | |
| tree | 01ce4836ef3080cbad89db135b908432709d3247 | |
| parent | 3502da409355db3e87ef9c4d6118b9cf50577521 (diff) | |
| download | dabmod-8ff127f33a6173d612a00a7c3cb4dd25b9bffcd0.tar.gz dabmod-8ff127f33a6173d612a00a7c3cb4dd25b9bffcd0.tar.bz2 dabmod-8ff127f33a6173d612a00a7c3cb4dd25b9bffcd0.zip | |
Update TODO
| -rw-r--r-- | TODO | 11 | 
1 files changed, 8 insertions, 3 deletions
| @@ -7,10 +7,13 @@ Unless written, no activity has been started on the topics.  TODOs for ongoing SDR output refactoring  ----------------------------------------  Currently, all the frontend tuning and timestamping settings are UHD-specific. -To make it possible to run with synchronised=1 using Soapy, refactoring the +To make it possible to run with synchronous=1 using Soapy, refactoring the  output to share the parts that are common. -This would enable SFN support with LimeSDR devices. +This would go towards SFN support with LimeSDR devices, under the condition +that the LimeSDR gets support for a HW timestamp that can be set from a PPS +signal. Discussion ongoing here +https://discourse.myriadrf.org/t/synchronize-two-limesdr/1714  Move dpd port from uhd section to somewhere else. @@ -23,9 +26,11 @@ Clean up and separate GPS and refclk checks.  Add antenna selection to config. +Portability: replace clock_gettime with std::chrono +  *done* Make an abstraction for the DPD feedback server, use it for Soapy and UHD. -Move staticdelay into a new process block +*optional* Move staticdelay into a new process block  Double-check all #includes | 
