[In 11.3.0] Can we control relay with telnet?? please help
Posted: Mon Mar 24, 2014 5:00 pm
SCS Forums
https://www.showcuesystems.com/jblpvzqjxg/
https://www.showcuesystems.com/jblpvzqjxg/viewtopic.php?f=1&t=2072
Unfortunately no. However, it may be a fairly simple mod to provide this support. From what you have described it seems that SCS would need to send a 'full HTTP Request' with specific HTTP headers, etc. I do have a library that will provide this and I've run tests using this library to send commands to another package. I'll see if I can provide you with a temporary mod that will support this, with a view to providing a full implementation later.mookai1973 wrote:Can we do this funtion on SCS with Telnet command?
Dear Mike,Mike Daniell wrote:Unfortunately no. However, it may be a fairly simple mod to provide this support. From what you have described it seems that SCS would need to send a 'full HTTP Request' with specific HTTP headers, etc. I do have a library that will provide this and I've run tests using this library to send commands to another package. I'll see if I can provide you with a temporary mod that will support this, with a view to providing a full implementation later.mookai1973 wrote:Can we do this funtion on SCS with Telnet command?
Code: Select all
@echo off
"C:\Program Files\Internet Explorer\IEXPLORE.EXE" "http://192.168.1.99/1234/6/?11&"
cls
exit