MIDI-MT Documentation in English
Repeaters, repeaters and protocol converters
The module allows you to control lighting devices and equipment using the “ArtNet” protocol. The “ArtNet” protocol is a network version of the “DMX512” protocol. Distributed over a local network by sending to broadcast addresses. In this case, the end equipment must support the “ArtNet” protocol, or a gate must be installed to convert to the “DMX512” protocol.
6454
.It is also possible to edit the configuration file in any editor you are familiar with. The main section of lighting control settings using the ArtNet protocol looks like this:
...
"lights": {
"pool": false,
"artnet": {
"enable": true,
"port": 6454,
"universe": 1,
"ip": "192.168.22.105",
"mask": "255.255.255.0",
"broadcast": "192.168.22.255"
},
...
},
...