UCI Gui to remote Linux Engine

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

User avatar
jshriver
Posts: 1342
Joined: Wed Mar 08, 2006 9:41 pm
Location: Morgantown, WV, USA

UCI Gui to remote Linux Engine

Post by jshriver »

I picked up Fritz 17 and greatly enjoying it. Anyone know how to connect a remote linux engine ?

Normally I would do something like ssh server.com "/path/engine-linux" that doesn't seem possible at least in fritz. Digging around google there seems to have been some options like HG Mullers connect and a program called InBetween on wayback machine. Though they seem fairly old and dont appear to work.

Tips or ideas?

Would be nice to be able to fire up a 16 core Xeon server for deep analysis and access via a local GUI.
User avatar
hgm
Posts: 27790
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: UCI Gui to remote Linux Engine

Post by hgm »

'Connect' does not work? Is this a Fritz17 problem (i.e. does it work from the command line)?
User avatar
jshriver
Posts: 1342
Joined: Wed Mar 08, 2006 9:41 pm
Location: Morgantown, WV, USA

Re: UCI Gui to remote Linux Engine

Post by jshriver »

hgm wrote: Sat Dec 05, 2020 2:32 pm 'Connect' does not work? Is this a Fritz17 problem (i.e. does it work from the command line)?
Do you have a link to the windows and linux version? The link i found was broken.
User avatar
hgm
Posts: 27790
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: UCI Gui to remote Linux Engine

Post by hgm »

Both http://hgm.nubati.net/connect.exe and http://hgm.nubati.net/connect are working links for me. I suppose those are the Windows and Linux version, respectively.
User avatar
jshriver
Posts: 1342
Joined: Wed Mar 08, 2006 9:41 pm
Location: Morgantown, WV, USA

Re: UCI Gui to remote Linux Engine

Post by jshriver »

hgm wrote: Sat Dec 05, 2020 5:04 pm Both http://hgm.nubati.net/connect.exe and http://hgm.nubati.net/connect are working links for me. I suppose those are the Windows and Linux version, respectively.
Thank you very much :) Was able to find usage here:

https://open-chess.org/viewtopic.php?f= ... 3&start=10

Is the source available? Doesnt work on Windows 10

\connect.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
User avatar
hgm
Posts: 27790
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: UCI Gui to remote Linux Engine

Post by hgm »

Strange. Is that because it is a 32-bit executable? (I suppose not, because then you should laso get it for WinBoard.) Perhaps the winsock library it links to is no longer supported.

So far I never released the source. I suppose I could do that (if I can still find it...).
User avatar
Guenther
Posts: 4605
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: UCI Gui to remote Linux Engine

Post by Guenther »

hgm wrote: Sat Dec 05, 2020 5:31 pm Strange. Is that because it is a 32-bit executable? (I suppose not, because then you should laso get it for WinBoard.) Perhaps the winsock library it links to is no longer supported.

So far I never released the source. I suppose I could do that (if I can still find it...).
IIRC you already posted a 64-bit version too...

Edit:
well ;-)http://talkchess.com/forum3/viewtopic.p ... 10#p662184
=> gives also the thread which contains all info for successfully setting in up in 'alien' GUIs (CB).
https://rwbc-chess.de

trollwatch:
Chessqueen + chessica + AlexChess + Eduard + Sylwy
User avatar
hgm
Posts: 27790
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: UCI Gui to remote Linux Engine

Post by hgm »

Oh, I had forgotten all about that. I remembered the trick of taking the parameter from its own filename, but not that I simultaneously made it 64-bit. Thanks for reminding me!

The link is

http://hgm.nubati.net/connect64.exe

Please let me know if that also gives problems on Windows 10.
User avatar
jshriver
Posts: 1342
Joined: Wed Mar 08, 2006 9:41 pm
Location: Morgantown, WV, USA

Re: UCI Gui to remote Linux Engine

Post by jshriver »

hgm wrote: Sat Dec 05, 2020 6:10 pm http://hgm.nubati.net/connect64.exe

Please let me know if that also gives problems on Windows 10.
Works like a charm. Fritz is giving me problems but thats just Fritz. From xboard it works wonderfully, thank you very much.