Difference between revisions of "InBetween"

From Chessprogramming wiki
Jump to: navigation, search
 
Line 28: Line 28:
 
==2010 ...==
 
==2010 ...==
 
* [http://www.talkchess.com/forum/viewtopic.php?t=32927 InBetween for Linux] by [[Miguel A. Ballicora]], [[CCC]], February 27, 2010
 
* [http://www.talkchess.com/forum/viewtopic.php?t=32927 InBetween for Linux] by [[Miguel A. Ballicora]], [[CCC]], February 27, 2010
* [http://www.chess.com/blog/AldoE/the-tale-of-the-lost-wrapper-inbetween-by-odd-gunnar-malin The Tale of the Lost Wrapper: InBetween by Odd Gunnar Malin] by  [http://www.chess.com/members/view/AldoE Aldo Ercolani], [https://en.wikipedia.org/wiki/Chess.com Chess.com], December 12, 2014
+
* [http://www.chess.com/blog/AldoE/the-tale-of-the-lost-wrapper-inbetween-by-odd-gunnar-malin The Tale of the Lost Wrapper: InBetween by Odd Gunnar Malin] by  [http://www.chess.com/members/view/AldoE Aldo Ercolani], [[Chess.com]], December 12, 2014
 
* [http://www.talkchess.com/forum/viewtopic.php?t=55681 Just Crafty GUI acept my 4 words UCI engine.... why?] by [[Luis Babboni]], [[CCC]], March 16, 2015
 
* [http://www.talkchess.com/forum/viewtopic.php?t=55681 Just Crafty GUI acept my 4 words UCI engine.... why?] by [[Luis Babboni]], [[CCC]], March 16, 2015
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66366 Debugging UCI engine] by Cadel Watson, [[CCC]], January 19, 2018 » [[Debugging]], [[:Category:UCI|UCI Engines]]
 
* [http://www.talkchess.com/forum/viewtopic.php?t=66366 Debugging UCI engine] by Cadel Watson, [[CCC]], January 19, 2018 » [[Debugging]], [[:Category:UCI|UCI Engines]]

Latest revision as of 17:56, 25 February 2021

Home * Software * Utilities * InBetween

InBetween,
a Windows command line utility written by Odd Gunnar Malin that can be used to translate or modify text commands between client and server, for instance between a chess GUI (client) and CECP or UCI compliant chess engine (server) to fix communication incompatibilities or glitches in protocol implementations. Further, to track down possible incompatibilities, or for debug purpose [1], InBetween allows logging of all the communication between GUI and engine (client, server or both), either as output to the console or optionally written into a log file. Along with PuTTY, InBetween may be used for fusing a Windows GUI, such as ChessBase to a chess engine on a Linux server via a Secure Shell [2].

Engines

See also

Postings

2000 ...

Re: Inbetween debug output saving as a log file? by Odd Gunnar Malin, Winboard Forum, January 26, 2002

2010 ...

External Links

Chess Utility

Misc

References

Up one Level