[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] kgs protocol
Don Daily already gave some advice, but I can tell you why you got no
response.
GTP commands are terminated by a double end-of-line. kgsGtp doesn't even
look at your text until it has a full command. So, when you typed your
one line, kgsGtp buffered it up and waiting for more. Once kgsGtp got
two EOLs in a row, it would have emitted an error about the missing =
(or ?) at the head of the command.
PS - Is it just me, or did this mailing list skip the "reply-to" for a
while? I'd swear it did, because I think I remember hitting "reply" once
to try to get a response back to only the sender, thinking "Oh *!@$*@!$
I did it again," then finding that things actually worked right! It was
great! Or maybe I've lost my mind and am imagining things, who knows.
Now it seems the "reply-to" field is there, oh well.
On Wed, 2005-05-18 at 20:41 +0200, Nicolas Jouandeau wrote:
> Hi,
>
> using the kgsGtp.jar to connect to the igoweb server,
> the server ask me my supported list of commands.
> It says 'list_commands' (in one line)
>
> therefore I reply 'list_commands name ...' (int one line)
>
> and nothing more? no more question, no more activity. And I don't see my
> login name in the logged in players?
> could somebody helps me?
> Is there exemples of communication protocol like this
> http://gnu.mirror.fr/software/gnugo/gtp.txt ?
>
> thanks.
> nj
> _______________________________________________
> computer-go mailing list
> computer-go@xxxxxxxxxxxxxxxxx
> http://www.computer-go.org/mailman/listinfo/computer-go/
>
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/