Skip to content

Commit 6d5f0ff

Browse files
authored
Stream mode - replaces Art-Net, DDP and E1.31 (#285)
* Stream mode Deprecated and removed Art-Net, DDP and E1.31 * Update builds, documentation and minor Python typos * Set the Stream mode as disabled by default * Refactor to only use one port at a time * Legacy tools compatibility update * Mayor firmware and minor tool refactoring * Remove protocol name from the API * Fix parseInt usage in port selection handler
1 parent c1caf23 commit 6d5f0ff

29 files changed

Lines changed: 437 additions & 761 deletions

.env

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ EXTENSION_WEBSOCKET='true'
4747
#
4848
MODE_ANIMATION='true'
4949
MODE_ARROW='true'
50-
#MODE_ARTNET='true'
5150
MODE_BINARYCLOCK='true'
5251
MODE_BINARYEPOCH='true'
5352
MODE_BLINDS='true'
@@ -56,9 +55,7 @@ MODE_BREAKOUTCLOCK='true'
5655
MODE_BRIGHT='true'
5756
MODE_CIRCLE='true'
5857
MODE_COUNTDOWN='true'
59-
#MODE_DISTRIBUTEDDISPLAYPROTOCOL='true'
6058
MODE_DRAW='true'
61-
#MODE_E131='true'
6259
MODE_EQUALIZER='true'
6360
MODE_FIREWORK='true'
6461
MODE_FLIES='true'
@@ -87,6 +84,7 @@ MODE_SMOOTHWAVEFORM='true'
8784
MODE_SNAKE='true'
8885
MODE_SNAKECLOCK='true'
8986
MODE_STARS='true'
87+
#MODE_STREAM='true'
9088
MODE_TICKER='true'
9189
MODE_WAVEFORM='true'
9290
#MODE_WORLDWEATHERONLINE='true'

.github/workflows/art-net.yml

Lines changed: 0 additions & 182 deletions
This file was deleted.

.github/workflows/distributed-display-protocol.yml

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)