CueScript via HTTP
CueServer allows external CueScript commands to be sent to it via HTTP protocol (a simple URL request).
Built into CueServer is a web server that allows CueScript commands to be executed by receiving them in a
special URL. The typical format of this URL is:
http://<ip-of-CueServer>/exe.cgi?cmd=<command>&<optional-parameters>
For example, the following URL will execute the command
Cue 1 Go
:
/exe.cgi?cmd=Cue+1+Go
Additional details about the
exe.cgi
URL is available in
section of this manual.
Interactive Technologies, Inc.
CueServer 2 User's Manual - 18.5.18
Page 131 of 429