Eliosoft / elios

Entertainment LIghting Open source Software a.k.a ELIOS is a Java application that provides remote management capabilities to your lighting system based on Art-Net. This project is released under GPL v3.
http://www.eliosoft.net
GNU General Public License v3.0
7 stars 3 forks source link

Do not restrict broadcast address #70

Open acollign opened 11 years ago

acollign commented 11 years ago

We currently have a fixed list of broadcast address (BA) [0]. We already got two feedback asking for a way to manually change this address.

Our first thought was to restrict the broadcast addresses according to the ArtNet spec but it looks like there is more than one use case where you need to use another BA.

[0] https://github.com/Eliosoft/elios/blob/master/src/main/java/net/eliosoft/elios/gui/models/RemoteModel.java#L99