This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

ArtNet packet UDP
#6
I wanted to test this, but since the LED matrix wall isn't physically installed yet, I tried downloading software called "The ArtNetominator" which can recieve ArtNET packets. Then I modified the script accordingly:

Code:
ip = '192.168.1.43' --DHCP ip address of my PC
universe = 0x0E --14 as you said
data = '255' --don't know what to put here
artnet_dmx(ip, 0, 0, universe, { data })

After that I tried running the script which sent a packet that I successfully got in the software (screenshot 1).
The technician that will be installing the LED matrix sent me mail with an IP, default port (6454) and HEX. He said that I need to somehow send packet that contains HEX which I sent above. Do you have any idea how to make it work?

Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
ArtNet packet UDP - by Jayce - 21.08.2018, 11:46
RE: ArtNet packet UDP - by admin - 21.08.2018, 11:59
RE: ArtNet packet UDP - by Jayce - 21.08.2018, 12:10
RE: ArtNet packet UDP - by admin - 21.08.2018, 13:10
RE: ArtNet packet UDP - by Jayce - 21.08.2018, 13:22
RE: ArtNet packet UDP - by Jayce - 22.08.2018, 09:20
RE: ArtNet packet UDP - by admin - 22.08.2018, 09:43

Forum Jump: