Add TODOs
parent
09d9826086
commit
67d265c59d
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue