gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] GMP w/out two machines?


From: Paul Pogonyshev
Subject: Re: [gnugo-devel] GMP w/out two machines?
Date: Wed, 15 Jan 2003 02:01:59 +0200

Trevor wrote:
> More specifically, I have a go program without source that expects to
> be connected to a serial port when using GMP.  Can I fool it in some
> way to connect to a virtual serial port, and connect the other end
> to GNU Go?

a comment from interface/gtp_examples/vanilla.c:

/* This program uses two pipes to communicate with the
 * GNU Go client. To an external client it appears to
 * be a gtp engine. It accomplishes this by intercepting
 * gtp commands and passing them on to GNU Go.
 *
 * This program in and of itself is not useful but it
 * can be the basis of useful programs. Example: hack
 * in gmp.c and get a gtp / gmp mediator.

if you don't find such a program, maybe vanilla.c can be used as a base.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]