UCI vs Winboard question

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

jdart
Posts: 4366
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: UCI vs Winboard question

Post by jdart »

I don't think it is actually stateless.

For example, if you complete a search before the time limit or ply limit is up (for example, due to a forced mate), you have to wait for the engine to issue "stop" or "ponderhit". I handle this in function "processCmdInWaitState".

--Jon