CueScript Protocol is a method of sending CueScript commands to a CueServer over Ethernet.
CueServer listens for incoming UDP packets on port 52737 that contain a valid CueScript command string.
CueScript packets may be sent to CueServer by:
- Unicast to the CueServer’s IP Address
- Multicast to the CueServer group address 239.255.204.2
The payload of the packet can be any valid CueScript command, such as:
- Cue 1 Go
- Q1G
- Macro 7
- M7
- Channel 1>10 At FL
- C1>10AFL
- Button 1 On; Wait 3.5; Button 1 Off
- If (‘x’ = 1) Then Playback 7 Clear

