Hello.
Trying to make my ESP8266 artnet devices work with LxConsole, I notice that my device responds to the ArtPoll packet only when I toggle ArtNet on/off in the preferences. According to https://art-net.org.uk/how-it-works/discovery-packets/ , I should see ArtPoll packets every 3 seconds. Is this expected behaviour?
Thanks
ArtPollReply
Re: ArtPollReply
LXConsole sends an Art-Net poll every 3 seconds. When trying to diagnose network issues it is extremely helpful to use a tool like Wireshark to see what is exactly being sent over the network. If you are unicasting Art-Net to a specific address, LXConsole sends an Art-Net poll to both the broadcast address and unicast address. You'll see that if you look at what is happening with Wireshark.
Note that when using Wireshark, filter so you only see ARTNET traffic. Otherwise you'll be sorting through lots of other packets.
Note that when using Wireshark, filter so you only see ARTNET traffic. Otherwise you'll be sorting through lots of other packets.
Re: ArtPollReply
Ok, thanks, there is something wrong with my device, I'm pretty sure.