parent
b8c6ff8b1e
commit
2458474a61
|
@ -30,8 +30,8 @@ artnetUniverse = 0
|
||||||
# Sets debug in Art-Net module.
|
# Sets debug in Art-Net module.
|
||||||
# Creates Artnet socket on the selected IP and Port
|
# Creates Artnet socket on the selected IP and Port
|
||||||
artNet = Artnet.Artnet(BINDIP = artnetBindIp, DEBUG = False, SHORTNAME = "PiXelTubeMaster", LONGNAME = "PiXelTubeMaster", PORT = 6454, REFRESH=30, MAC=mac_address_array)
|
artNet = Artnet.Artnet(BINDIP = artnetBindIp, DEBUG = False, SHORTNAME = "PiXelTubeMaster", LONGNAME = "PiXelTubeMaster", PORT = 6454, REFRESH=30, MAC=mac_address_array)
|
||||||
artNet.art_pol_reply(artnetBindIp)
|
|
||||||
tuple_ip = (str(get_eth0_ip()), 6454)
|
tuple_ip = (str(get_eth0_ip()), 6454)
|
||||||
|
artNet.art_pol_reply(tuple_ip)
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
# Gets whatever the last Art-Net packet we received is
|
# Gets whatever the last Art-Net packet we received is
|
||||||
|
|
Loading…
Reference in New Issue