ESP Arpnet + HTTP to DMX bridge
Go to file
Paul 179e543fee initial commit 2023-07-25 02:45:49 +02:00
test initial commit 2023-07-25 02:45:49 +02:00
LICENSE Initial commit 2023-07-25 02:41:21 +02:00
README.md initial commit 2023-07-25 02:45:49 +02:00
artnet.py initial commit 2023-07-25 02:45:49 +02:00
artnetserver.py initial commit 2023-07-25 02:45:49 +02:00
boot.py initial commit 2023-07-25 02:45:49 +02:00
dmx.py initial commit 2023-07-25 02:45:49 +02:00
dmx_dummy.py initial commit 2023-07-25 02:45:49 +02:00
fade.py initial commit 2023-07-25 02:45:49 +02:00
httpserver.py initial commit 2023-07-25 02:45:49 +02:00
main.py initial commit 2023-07-25 02:45:49 +02:00
pymakr.conf initial commit 2023-07-25 02:45:49 +02:00

README.md

esp-artnet-http-to-dmx

ESP Arpnet + HTTP to DMX bridge

dmx.py handels outgoing dmx dmx_dummy.py is a dummy version of dmx.py for local testing without requiering the esp UART interface

artnetserver.py handels incoming artnet

httpserver.py handels incoming http requests

fade.py handels color fades

testfiles for httpserver and artnetserver are in the test directory