Page 2 of 2

Re: Use ArtNet in two Applications

Posted: Thu Dec 17, 2015 18:10
by .lov.
ravensc wrote:artnet uses a specific port receive, and two programs can't listen on the same port at the same time on the same interface and ip.
Sorry, but that is not true. UDP ports can be opened with non-exclusive mode, so others can connect and listen the same port, and most of the Art-Net apps on OSX works this way (not sure about Windows).

Re: Use ArtNet in two Applications

Posted: Thu Feb 04, 2016 12:09
by DuckEater
Any news on that point ?
.lov. wrote:UDP ports can be opened with non-exclusive mode, so others can connect and listen the same port, and most of the Art-Net apps on OSX works this way (not sure about Windows).
It's also possible on Windows, I successfully used multiple art-net applications on the same computer/port/ip.