From 23b37c784b731bebfdd579b669003b69abd34035 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 29 Sep 2015 03:51:28 +0200 Subject: [PATCH] Presets by source: updated readme --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 132344fac..7ac085990 100644 --- a/Readme.md +++ b/Readme.md @@ -119,9 +119,9 @@ Assuming Debian Jessie is used:

Known Issues

- - Segfaults in the channelizer seem to be fixed; still under observation. Consequently it is now possible to change critical settings without stopping acquisition. - The message queuing model supports a n:1 connection to an object (on its input queue) and a 1:1 connection from an object (on its output queue). Assuming a different model can cause insidious disruptions. - As the objects input and output queues can be publicly accessed there is no strict control of which objects post messages on these queues. The correct assumption is that messages can be popped from the input queue only by its holder and that messages can be pushed on the output queue only by its holder. + - Objects managing more than one message queue (input + output for example) do not work well under stress conditions. Output queue removed from sample sources but this model has to be revised throughout the application.

Changes from SDRangelove

@@ -178,11 +178,11 @@ Assuming Debian Jessie is used: - Optimizations with Valgrind cachegrind - Corrected decimators bit shifting so that the number of effective output bits is constant and fill the internal sample width - Separate library to support all flavours of FunCube dongles. Rewritten FCD plugins. + - Allow several sample source plugins to share the same presets for what is common - Many other little things...

To Do

- - Review queue messaging to and from the source plugin to fix performance problems with rates > 4MS/s - - Enhance presets management (Edit, Move, Import/Export from/to human readable format like JSON). Allow several sample source plugins to share the same presets + - Enhance presets management (Edit, Move, Import/Export from/to human readable format like JSON). - Allow arbitrary sample rate for channelizers and demodulators (not multiple of 48 kHz). Prerequisite for polyphase channelizer - Implement polyphase channelizer - Level calibration