Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-15 11:59:46 +01:00
parent 302667cecd
commit 8264d6aa52
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ artnetBindIp = get_eth0_ip()
# Creates Artnet socket on the selected IP and Port
artNet = Artnet.Artnet(BINDIP = artnetBindIp, DEBUG = False, SHORTNAME = "PiXelTubeMaster", LONGNAME = "PiXelTubeMaster", PORT = 6454)
tuple_ip = (str(get_eth0_ip()), 6454)
artNet.art_pol_reply(tuple_ip)
artNetPacket = artNet.readPacket()
# artNet.art_pol_reply(tuple_ip)
while True:
try:
# Gets whatever the last Art-Net packet we received is