intra2net / guibot

A tool for GUI automation using a variety of computer vision and display control backends.
http://guibot.org
GNU Lesser General Public License v3.0
171 stars 21 forks source link

Feature request: add support for PIKVM as a backend: #51

Closed DIGist closed 1 year ago

DIGist commented 1 year ago

Feature request: add support for PIKVM as a backend: https://docs.pikvm.org/api/

pevogam commented 1 year ago

Hi @DIGist, we already support VNC and I read from the docs of this project that they do provide VNC server in their product. So I would recommend to either:

1) Use VNCDoTool as a backend to connect to that VNC server. 2) Provide such API calls via a standalone backend in a standalone repository as this one has already grown a bit too much even with the current mainstream backends and thus already endures higher maintenance costs.