Control multiple PCs with Sikuli

Asked by Marius

Is it possible to control mutiple PCs with Sikuli? I need somehow to synchronize the control over all 3 PCs. For example on first PC I start a tool, then on second PC I wait for an input generated by PC1 and then in the end I have to check something on PC3. So all the PCs are in same network.
I guess I would need Sikuli installed on each PC, but how to trigger each of them synchroniously I do not know.

Thank you in advance!

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

The easiest solution is to use XML-RPC, which is available in Jython with a server and a client and is rather easy to implement for these Situations, but needs Sikuli on each machine.

Another more complicated solution is to use VNC from one machine.

You have to search here and on the net for Sikuli+XML-RPC and/or Sikuli+VNC

Revision history for this message
Marius (mariusalex09) said :
#2

Thank you very much for the quick answer! I will research further on to see which solution fits best to my needs.
Marius