Re: [computer-go] Help me test CGOS

2007-03-28 Thread Jacques Basaldúa
Hellwig Geisse wrote: I just finished the translation of the old TCL script cgosGtp.tcl to plain C . . . Thanks Hellwig . I will try your program tomorrow. I prefer hacking C than tcl because its more transparent. I see what the tcl sends, but I don't know what details it may hide, and these

Re: [computer-go] Help me test CGOS

2007-03-28 Thread Christoph Birk
On Tue, 27 Mar 2007, Don Dailey wrote: Would it be possible to publish a little library for others in C? I will have a place on the main page to download goodies like this. Here is the code I am currently using. Christoph /*

Re: [computer-go] Help me test CGOS

2007-03-28 Thread Don Dailey
That's awesome if you have a cgos client in C, I would be happy to post the source code and/or binaries. I warn you however, the protocol may change - I have not finalized it. Although it's not likely anything major. - Don On Wed, 2007-03-28 at 19:56 +0100, Jacques Basaldúa wrote: Hellwig

Re: [computer-go] Help me test CGOS

2007-03-28 Thread Hellwig Geisse
On Wed, 2007-03-28 at 17:49 -0400, Don Dailey wrote: That's awesome if you have a cgos client in C, I would be happy to post the source code and/or binaries. Yes, this is a cgos client in C, but only for the old protocol yet. You can download the source from

Re: [computer-go] Help me test CGOS

2007-03-27 Thread Jacques Basaldúa
Hi Don Could you provide some minimum protocol documentation so that we do not have to use any scripting language? The tcl script seems very simple. Is it possible to just open greencheeks.homelinux.org:6867, send login and then read/write commands? This way everyone would be free to implement

Re: [computer-go] Help me test CGOS

2007-03-27 Thread Hellwig Geisse
Jacques, On Tue, 2007-03-27 at 11:03 +0100, Jacques Basaldúa wrote: Could the source code of this client be open? I just finished the translation of the old TCL script cgosGtp.tcl to plain C (for those of us who don't want to run a scripting language interpreter just to connect to CGOS). You

Re: [computer-go] Help me test CGOS

2007-03-27 Thread Don Dailey
On Tue, 2007-03-27 at 12:39 +0200, Hellwig Geisse wrote: Jacques, On Tue, 2007-03-27 at 11:03 +0100, Jacques Basaldúa wrote: Could the source code of this client be open? I just finished the translation of the old TCL script cgosGtp.tcl to plain C (for those of us who don't want to run a

Re: [computer-go] Help me test CGOS

2007-03-27 Thread Heikki Levanto
On Mon, Mar 26, 2007 at 10:06:47PM -0400, Jason House wrote: I don't see any games that have an outcome other than winning by points or resignation. Any forfeits or games that are on hold? I see a few games with B+Illegal, or suchlike. But I remember when I was fooling with my stderr problem,

Re: [computer-go] Help me test CGOS

2007-03-27 Thread Don Dailey
On Tue, 2007-03-27 at 08:24 -0400, Jason House wrote: On 3/27/07, Christoph Birk [EMAIL PROTECTED] wrote: On Mon, 26 Mar 2007, Jason House wrote: I don't see any games that have an outcome other than winning by points or resignation. Any forfeits or

Re: [computer-go] Help me test CGOS

2007-03-27 Thread Christoph Birk
On Tue, 27 Mar 2007, Don Dailey wrote: Would it be possible to publish a little library for others in C? I will have a place on the main page to download goodies like this. Yes, but it is still in a transitions phase from the old CGOS to the new CGOS. Christoph

Re: [computer-go] Help me test CGOS

2007-03-27 Thread Don Dailey
On Tue, 2007-03-27 at 11:47 -0700, Christoph Birk wrote: On Tue, 27 Mar 2007, Don Dailey wrote: Would it be possible to publish a little library for others in C? I will have a place on the main page to download goodies like this. Yes, but it is still in a transitions phase from the old

Re: [computer-go] Help me test CGOS

2007-03-27 Thread Heikki Levanto
On Tue, Mar 27, 2007 at 12:14:37PM -0400, Don Dailey wrote: On Tue, 2007-03-27 at 15:31 +0200, Heikki Levanto wrote: I see a few games with B+Illegal, or suchlike. But I remember when I was fooling with my stderr problem, I started a few games that were rejected because illegal moves. yet

Re: [computer-go] Help me test CGOS

2007-03-27 Thread Christoph Birk
On Mon, 26 Mar 2007, Don Dailey wrote: I have a prototype of the new CGOS server up and running. How about sorting the cross-tables by opponent name (please don't distinguish upper/lower-case). Christoph ___ computer-go mailing list

Re: [computer-go] Help me test CGOS

2007-03-27 Thread Don Dailey
On Tue, 2007-03-27 at 15:41 -0700, Christoph Birk wrote: On Mon, 26 Mar 2007, Don Dailey wrote: I have a prototype of the new CGOS server up and running. How about sorting the cross-tables by opponent name (please don't distinguish upper/lower-case). They are currently sorted by ELO

Re: [computer-go] Help me test CGOS

2007-03-27 Thread Don Dailey
of opponent are playing for free. - Don Dave Hillis -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; computer-go@computer-go.org Sent: Tue, 27 Mar 2007 6:41 PM Subject: Re: [computer-go] Help me test CGOS On Mon, 26 Mar 2007, Don Dailey wrote: I have

Re: [computer-go] Help me test CGOS

2007-03-27 Thread Don Dailey
- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; computer-go@computer-go.org Sent: Tue, 27 Mar 2007 6:41 PM Subject: Re: [computer-go] Help me test CGOS On Mon, 26 Mar 2007, Don Dailey wrote: I have a prototype of the new CGOS server up and running. How about sorting the cross

[computer-go] Help me test CGOS

2007-03-26 Thread Don Dailey
I have a prototype of the new CGOS server up and running. Please help me test it. I have set up a 2 MINUTE SERVER, i.e. 2 minutes per side for the time control. Grab the current client at: http://www.greencheeks.homelinux.org:8015/~drd/public/cgos3.tcl and see the results at:

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Álvaro Begué
Don, Will you make a perl script available? I don't have tcl installed on my machines, and the perl script for the old server seems to work well. Thanks, Álvaro. On 3/26/07, Don Dailey [EMAIL PROTECTED] wrote: I have a prototype of the new CGOS server up and running. Please help me test it.

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Don Dailey
Hi Álvaro, Perhaps I can do this. I haven't programmed in perl in 4 or 5 years so maybe I can get someone to do this for me. The current perl script was written by someone else - hopefully they will agree. However, I can make this work for you. What platform are you running on?I can

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Sylvain Gelly
Hi Don, And report any problems or bugs to me. I just set MoGo_3k on the new cgos server and everything seems to work fine so far, except one thing: the cross table results for MoGo are wrong (http://www.greencheeks.homelinux.org:8015/~drd/CGOS/cross/MoGo_G3.4_3k.html), but right if you look

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Don Dailey
The client I put on the web site won't work without a minor change. Instead, just grab it again - I fixed the problem. FYI - (if you are interested) the problem was: 1. New tcl client depends on tcl 8.5 - most distribution are not up to date with that yet. 2. The shebang line at the

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Heikki Levanto
On Mon, Mar 26, 2007 at 12:10:05PM -0400, Don Dailey wrote: I have a prototype of the new CGOS server up and running. http://www.greencheeks.homelinux.org:8015/~drd/CGOS And report any problems or bugs to me. I have set it up now. My program outputs its debug info on stderr, and the

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Don Dailey
On Mon, 2007-03-26 at 21:47 +0200, Heikki Levanto wrote: On Mon, Mar 26, 2007 at 12:10:05PM -0400, Don Dailey wrote: I have a prototype of the new CGOS server up and running. http://www.greencheeks.homelinux.org:8015/~drd/CGOS And report any problems or bugs to me. I have

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Don Dailey
I think it's fixed now. I was indeed leaving the trailing semi-colon. Thanks for the bug report. Can you verify that it's fixed on your browser? - Don On Mon, 2007-03-26 at 21:47 +0200, Heikki Levanto wrote: On Mon, Mar 26, 2007 at 12:10:05PM -0400, Don Dailey wrote: I have a prototype

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Jason House
I don't see any games that have an outcome other than winning by points or resignation. Any forfeits or games that are on hold? Don Dailey wrote: I have a prototype of the new CGOS server up and running. Please help me test it. I have set up a 2 MINUTE SERVER, i.e. 2 minutes per side for