WBRGO Server! and Client

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

Guenther
Posts: 4718
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

WBRGO Server! and Client

Post by Guenther »

I completely missed at the time it was released that there also was a server
included in WBRGO not only a viewer.
It works via TCP/IP not UDP and I am fiddling around with that one too now.

Edit:
With a batch file I could immediately start a transmission to its viewer at
localhost. Let's see if it can read pgn start positions...
Example:

Code: Select all

WBRGO_Server <FILE> <PORT>

Code: Select all

WBRGO_Server.exe C:\Winboard_A\winboard.debug 17088
http://freespace.virgin.net/andrew.fankk/

(BTW there also was a Java client from Andrew called REGO, but this one I did not find for now)

Guenther
Guenther
Posts: 4718
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: WBRGO Server! and Client

Post by Guenther »

Guenther wrote:Let's see if it can read pgn start positions...
A pity it also does not update the board (correctly) when reading a debug from a pgn start position. It still sends all other infos though...
Ron Murawski
Posts: 397
Joined: Sun Oct 29, 2006 4:38 am
Location: Schenectady, NY

Re: WBRGO Server! and Client

Post by Ron Murawski »

Guenther wrote:I ...

(BTW there also was a Java client from Andrew called REGO, but this one I did not find for now)

Guenther
Hi Guenther,

REGO
http://fireflychess.dyndns.pro/JQuery/FF_JQ_UI.html

Ron