pnprog / goreviewpartner

A tool to help analyse and review your game of go (weiqi, baduk) using strong bots.
GNU General Public License v3.0
283 stars 66 forks source link

SSH support problem #98

Open GOYES123 opened 5 years ago

GOYES123 commented 5 years ago

Hello author, can this software support SSH-side analysis?

pnprog commented 5 years ago

Hi!

I think it does already. Something like: ssh -X user@myserver.com python2 /home/user/GRP/main.py or something like: ssh user@myserver.com python2 /home/user/GRP/leela_zero_analysis.py --no-gui mygame.sgf You can check the command line options in the documentation there: http://yuntingdian.com/goreviewpartner/grp-documentation/doc.htm#advanced-uses

GOYES123 commented 5 years ago

Support similar to plink.exe?

dinohsu1019 commented 4 years ago

I assume this question about "remote engine", and it works for me with plink.exe as gtp/ssh client on Windows 10. (gtp/ssh server on Windows 10 as well, but it could be Linux, I think).

dinohsu1019 commented 4 years ago

The remote engines are not selectable for full game analysis:

https://github.com/pnprog/goreviewpartner/issues/141