jsimonetti / go-artnet

This package attempts to implement the Art-Net 4 specification from (c) Artistic Licence Holding Ltd.
MIT License
33 stars 20 forks source link

Only listen for UDP packets on the node IP #5

Closed aklinkert closed 5 years ago

aklinkert commented 5 years ago

When starting the controller on a node that has multiple 2.0.0.0/8 IP addresses it receives packets from the other IP and tries to answer, which does not work and results in packet parse errors.

This PR also adds the source IP address to the error log to make network debugging easier. :)

jsimonetti commented 5 years ago

👍