spacemanspiff2007 / PyArtNet

"Python wrappers for the Art-Net protocol to send DMX over Ethernet"
GNU General Public License v3.0
70 stars 14 forks source link

Add ability to set source ip and source port #28

Closed MicahMeadows closed 1 year ago

MicahMeadows commented 2 years ago

The LED controller that we are using required that the source port is set. This will allow a user to bind their source port with their IP.

spacemanspiff2007 commented 1 year ago

Is the source ip/port not set without these parameters? Or do you require it to be on a fixed port?

MicahMeadows commented 1 year ago

When using this library it seems to he coming out of an arbitrary port, however some controllers including the Clen LED controllers require it to be on port 6454 both source and destination.

spacemanspiff2007 commented 1 year ago

implemented in 1.0