Rank: Administration
Groups: Administrators, Registered
Posts: 163 Location: Delhi Thanks: 3 times Was thanked: 57 time(s) in 43 post(s)
|
WASP3D Automation Protocol lets devices to control the WASP3D sting Server (graphics playout). It is based on Unicode text based commands separated by a carriage return \r and newline character. Automation Systems can connect to Wasp automation driver through TCP/IP. Encoding used for the automation is UTF 8 and commands are case insensitive while parameters are case sensitive. Order of the parameter needs to be maintained. Since double quote is used as container for Name Value pair. In case the content contains double quote, it needs to be sent with escape character "\". Spaces other than mentioned below will automatically get truncated. WASP3D Automation Protocol is fully configurable depending upon the client working environment. Automation can listen for commands from TCP/IP, UDP, Websocket and Namedpipes. This is configurable in the XML of the automation addin as per below parameters. <endpoint port="10005" type="tcp" />
<endpoint port="10006" type="web" />
<endpoint port="10007" type="udp" />
<endpoint port="10007" type="namedpipe" name="listner"/>
Download the installer for Automation Addin HERE Download the Automation Protocol v 3.1 Documentation HERE (Adobe PDF Reader required)
|
1 user thanked Mandeep for this useful post.
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.