dmx:connection=192.168.2.151
or for two devices:
dmx:connection=192.168.2.151,192.168.2.201 and so on.
For controlling my 70 pixels (=210 values for RGB) i created an item as follows:
Color RGB_Couchtable "Couchtable" <colorwheel> (gWohnzimmer) {dmx="CHANNEL[1/210:200]"}
Find attached the zipped Java-Project, including a compiled .jar in the target folder.
Maybe someone can have a look at the code and integrate it into the official project? I'm usually writing C/C++ in context of embedded systems,
so i'm pretty sure my code will not meet the java coding standards as i had a hard time figuring out all the Java/OSGI/Maven details :)
Rainer
Find attached the zipped Java-Project, including a compiled .jar in the target folder. Maybe someone can have a look at the code and integrate it into the official project?