← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #144486]: How to: Running Sikuli on computer A. Sikuli connects through VNC to control computer B

 

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

RaiMan posted a new comment:
this is what I got from Jonathan Antonini. Did not have time to check.


Supposing A is a computer with script to execute, and B is a computer when i want run script i do this:

Previously i install all dependencies into A, like openjdk o sunjdk, and
opencv 2.1.

First: In A install an open ssh server http://www.openssh.com/, i use
Ubuntu 10.10, and do this installing repository package.

Second: I run this in line command:~$sudo /etc/init.d/ssh start, this start a open ssh server, i don't do this into windows or mac, i only job with linux, but i think this is not problem to do in windows or mac.
Now the A machine are available to use like a ssh server.

Third: Into B machine, in terminal i execute an ssh connection
in line command:~$ssh -X user@machine, in my case user is a test for example, and machine is a ip direction. The important in this line is a -X, this is a display variable, and determine use things of A machine, but acts all in B screen.

Fourth: In B machine i can run the sikuli-ide, or just run script in
line command. How we set -X display variable, all script is executed by
A computer, but acts in B computer display.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.