CueScript via UDP
CueServer allows external CueScript commands to be sent to it via UDP packets.
There are two methods that can be used to send UDP packets to CueServer:
•
Unicast Method:
A UDP packet containing one or more CueScript commands can be
unicast
directly
to the IP Address of the CueServer on port 52737. Using this method, only the specific CueServer
sent the packet will execute the CueScript.
•
Multicast Method:
A UDP packet containing one or more CueScript commands can be
multicast
to
the CueScript Group Address (239.255.204.2) on port 52737. Using this method,
all
CueServers on
the local network will receive and execute the CueScript.
The contents of the UDP packet are simply the CueScript string that is to be executed by the CueServer.
Examples:
•
Cue 1 Go
•
Button 1.5 On
•
Macro 7
•
P3CL; Q5G; B1ON
Interactive Technologies, Inc.
CueServer 2 User's Manual - 18.5.18
Page 130 of 429