← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #300873]: Remote Execution via API

 

Question #300873 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/300873

    Status: Open => Answered

RaiMan proposed the following answer:
Currently there is not really a solid implementation for that: running
scripts on remote systems.

The general problem is, that the remote system must have the suitable
environment installed.

When this is the case, then with scripting (Python, Ruby, ...) and Java
programming it is rather easy to setup a client/server environment with
different types of communication: XML_RPC, sockets, http, ... and even
ssh, since for all these many modules/libraries are available.

SikuliX 1.1.1 has an experimental runserver implementation (not yet documented though, class org.sikuli.script.Runserver). It is accessible using any client, that is able to issue http get requests (RESTFul).
Some description is available here: http://sikulix.weebly.com/support.html (section: Experimental: Play with the RunServer) 

VNCScreen will not get any feature in this direction.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.