API
External controlling and monitoring is available via HTTP REST API.
In Application settings->System set HTTP REST API port (default 9000)
IMPORTANT: If you are not running SmartCASTER with Administrator privileges, run Command prompt with Administrator privileges and enter this line to register HTTP listener before first use:
netsh http add urlacl url=http://*:PORT_NUMBER/ user=Everyone listen = yes
REST API is then available on http://localhost:9000
eg: http://localhost:9000/api/status
You can use your local IP instead of localhost
eg: http://192.168.1.173/api/status
Created with the Personal Edition of HelpNDoc: Maximize Your Documentation Output with HelpNDoc's Advanced Project Analyzer