mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 19:34:08 +01:00
DroidFish: Documented how to use a network engine.
This commit is contained in:
parent
21fa9d1522
commit
98f3982011
|
@ -130,7 +130,31 @@
|
|||
<b>Note!</b> The binaries must be compiled for Android.
|
||||
</li>
|
||||
<li>
|
||||
From the menu, choose <i>Select Chess Engine</i> and select the engine to use.
|
||||
From the program menu, choose <i>Manage Chess Engines</i> and <i>Select Chess Engine</i> and select the engine to use.
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h3>UCI engines on a remote server</h3>
|
||||
<p>
|
||||
DroidFish can use UCI engines that run on a remote server. To use this feature:
|
||||
</p>
|
||||
<ol>
|
||||
<li>
|
||||
Install chess network server software on the remote computer.
|
||||
<ol>
|
||||
<li>
|
||||
For windows, install server software from the <a href="http://home.arcor.de/bernhard.wallner/netChess.html">Computer Chess Utility</a> page.
|
||||
</li>
|
||||
<li>
|
||||
For linux, <tt>mini-inetd</tt> from the <tt>tcputils</tt> package can be used.
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>
|
||||
Select <i>Manage Chess Engines</i> in the program menu, create a new network engine and enter the host name and port number for the remote engine.
|
||||
</li>
|
||||
<li>
|
||||
From the program menu, choose <i>Manage Chess Engines</i> and <i>Select Chess Engine</i> and select the engine to use.
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user