Technical details: - UDP port default : 8000 (0x1F40). See configuration ltc.txt
- There are no responses.
- Broadcast is supported
Prefix : /<host-name>/tc/ws28xx/
master i | Sets the master brightness. Valid values are: 1 - 254 | rgb/time iii | Sets the RGB values for displaying the TimeCode and System-time. Valid values are: 0 - 255 | rgb/colon iii | Sets the RGB values for the colons. Valid values are: 0 - 255 | rgb/message iii | Sets the RGB values for displaying the message. Valid values are: 0 - 255 | message s | Sets the message. Maximum length is 8 characters. |
Examples:
@nuc-i5:~$ oscsend 192.168.2.252 8000 /ltc_smpte/tc/ws28xx/master i 128
@nuc-i5:~$ oscsend 192.168.2.252 8000 /ltc_smpte/tc/ws28xx/rgb/time iii 255 0 255
@nuc-i5:~$ oscsend 192.168.2.252 8000 /ltc_smpte/tc/ws28xx/rgb/colon iii 0 255 0
@nuc-i5:~$ oscsend 192.168.2.252 8000 /ltc_smpte/tc/ws28xx/rgb/message iii 0 255 255
@nuc-i5:~$ oscsend 192.168.2.252 8000 /ltc_smpte/tc/ws28xx/message s Hello!
|