diff options
author | Jay <ld.jay@protonmail.com> | 2020-11-07 09:17:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 09:17:57 +0700 |
commit | 7a488761668693ab154a8bc76bf5bcc00e128712 (patch) | |
tree | 977ded80b010311fa4b1bd126f7d4220a9963219 /games/zseal/README | |
parent | a5fe97f02523952a503f3ebb640bde3ce019b2c4 (diff) |
games/zseal: Added (FICS Timeseal client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/zseal/README')
-rw-r--r-- | games/zseal/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/zseal/README b/games/zseal/README new file mode 100644 index 0000000000000..001a18bc38eaa --- /dev/null +++ b/games/zseal/README @@ -0,0 +1,18 @@ +zseal +open source client for FICS Timeseal v2 for Linux/Unix systems + +Timeseal is a protocol for network lag reporting and compensation used by the FICS chess +server (freechess.org). Version 2 of the protocol provides better delay stats as the server +actively pings the client periodically. FICS's FTP repository was taken down a few years +ago and was never put back on. +Since then, there has been nowhere to download a trustable timeseal client for Linux systems. + + +To use with xboard, append "-icshelper zseal" to your normal xboard command line. + + xboard -ics -icshost freechess.org -icsport 5000 -icshelper zseal + + +Assuming Slackware's gnuchess package is already installed on your system, +the install script will integrate and enable zseal in eboard automatically. +(Otherwise, follow the instructions for eboard configuration in /usr/doc/zseal-1.0/README.) |