[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] GTP and KGS
On Wed, 14 Jul 2004 10:37:38 -0700, Peter Drake <drake@xxxxxxxxxxxxxxxxx> wrote:
> On Wednesday, July 14, 2004, at 11:30 AM, Allan Crossman wrote:
>
> > Can you check that you're sending LFs (ie ASCII character 10) - I
> > remember Apple used to use carriage returns (ASCII 13) for linebreaks
> > (though whether this is still true in OS X I'm less sure...)
>
> Hmm, how might I check this?
>
> One would hope this wouldn't be a problem, since all of the software is
> written in Java...
I've successfully written a Java GTP engine that talked with kgsGTP;
it sent responses with the equivalent of System.out.println("=
foo\n\n"); and had no trouble. Then again, I've not tried running it
on Mac at all.
>
> > Also, it seems from your email that there was a space after your
> > response, ie in my email reader it appears you're sending:
> > "= OregoBorderPlayer \n\n"
> >
> > If that's right (and not an artifact of my mail program) try removing
> > the space...
>
> Alas, that appears to be a mail artifact.
Even so, it's also legal GTP iirc.
HTH
Evan Daniel
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/