From 67d265c59dd7dfd16a75b09323d406f46341a9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 17 Mar 2015 08:38:58 +0100 Subject: [PATCH] Add TODOs --- v2/backend/arduino/TODO | 5 +++++ v2/backend/forwarding/TODO | 14 ++++++++++++++ v2/backend/processing/PixelControl_TCP/TODO | 3 +++ 3 files changed, 22 insertions(+) create mode 100644 v2/backend/arduino/TODO create mode 100644 v2/backend/forwarding/TODO create mode 100644 v2/backend/processing/PixelControl_TCP/TODO diff --git a/v2/backend/arduino/TODO b/v2/backend/arduino/TODO new file mode 100644 index 0000000..e380574 --- /dev/null +++ b/v2/backend/arduino/TODO @@ -0,0 +1,5 @@ +* More cleanup: the only required is the nb of leds/strip, not H/W +* Process as fast as possible (no frame sync required) +* Get the OctoWS2811 out, try to go upstream +* There will be 2 Serial ports used, the startChar will not be used anymore (Serial1 will *only* get LED data) +* remove commented/debug code diff --git a/v2/backend/forwarding/TODO b/v2/backend/forwarding/TODO new file mode 100644 index 0000000..e25f827 --- /dev/null +++ b/v2/backend/forwarding/TODO @@ -0,0 +1,14 @@ +Forwarder +========= + +* Control framerate in send function +* Define a max framerate and announce it in the config (redis) +* Only send the LED/strip value to the adruino code +* Remove commented code + +Receiver +======== + +* Listen on an other port to give the config to the client (H/W, max framerate) +* Allow the user to set a lower framerate than the max one anounced by the forwarder +* Remove debug code diff --git a/v2/backend/processing/PixelControl_TCP/TODO b/v2/backend/processing/PixelControl_TCP/TODO new file mode 100644 index 0000000..c164548 --- /dev/null +++ b/v2/backend/processing/PixelControl_TCP/TODO @@ -0,0 +1,3 @@ +* Get config (H/W and max framerate) from the config server +* Set current framerate (lower than max), ad send it to the config server +* Optimize the datastream generator