Is there a reliable Art-Net library for Android (DMX over IP)?

3.1k Views Asked by At

I am trying to find out the best if any available for controlling ArtNet enabled stage lighting devices using Android using the ArtNet protocol.

I came across artnet4j but I am not sure if anyone has used it for the same purpose before. Please let me know if any has some hints.

4

There are 4 best solutions below

0
On BEST ANSWER

The library i have got to work with Android is artnet4j. It is a java based library and does the job it is suppose to do.

1
On
0
On

For people in 2018 and later:

The initial release of artnet4j has a lot of bugs and unimplemented methods, which won't be fixed, because the project is not under development anymore. I am working on a project that is tackling all these issues (based on the original artnet4j code). Currently supported is:

  • Bind server to a custom network interface
  • Reuse of the socket address
  • Added ability to receive OpDmx packages
  • Send and receive via UDP broadcast.
  • Support for Art-Ext packages.

https://github.com/cansik/artnet4j

1
On

Try Lighting Console Lite or Pro.

According to the documentation, it allows you to send DMX over ARTNET