Not logged inCSS-Forum
Forum CSS-Online Help Search Login
CSS-Shop Impressum Datenschutz
Up Topic Hauptforen / CSS-Forum / InBetween
- - By Lothar Jung Date 2021-03-17 11:44 Upvotes 1
Hat einer Erfahrungen mit diesem UCI-Tool, das die Verbindung einer GUI mit einem Server bewerkstelligt:

InBetween 1.4

This program act as an in between program when one program (client) try to control another program (server). Typical: a chess GUI that try to control the engine. Sometimes the command sets of both programs are in conflict. It is here you can use this little utility to adjust the command after it is delivered from the client and before it receives on the server or in the other direction.
Changes since laste version: logfilesuport, bugfix.
Download InBetween.zip.

Lothar
Parent - By Lothar Jung Date 2021-03-17 19:21 Edited 2021-03-17 19:23 Upvotes 1
Hier die Beschreibung und der Download:

Configure your ssh server to keep connections open, default is to close after ~120 seconds, if connection is very slow compress data (use the -C option, or edit ssh config), and set ssh to reconnect if connection is dropped. On the windows side you'll run a combination of putty/plink/pageant to make an ssh connection using private keys and InBetween.exe (ver. 1.5) by O.Gunnar Malin (download) as your 'UCI engine' in, for example, Chessbase. The following how-to covers private keys and connecting to your engine from windows using putty/pageant/pink Remote Engines: Secure shell and Putty.

Note: You can (probably) skip the "pageant" part of those instructions as we will explicitly tell plink.exe where our key file is.

Edit your InBetween.ini file to include this:

CommandLine := C:\putty\plink.exe -ssh -C -i mykey.ppk me@serverIP "./engine"

InBetween.exe (download)- for use with Chessbase GUI. Link includes description and download of InBetween.exe

usage example of InBetween.exe - immortalchess.net forum post

https://komodochess.com/remote-engine.htm

Lothar
Up Topic Hauptforen / CSS-Forum / InBetween

Powered by mwForum 2.29.3 © 1999-2014 Markus Wichitill