Alain wrote: > I fail to run a match between 2 computers using gtp and tcp/ip. I tried > gtp-listen for one, gtp-connect for the other, twogtp.pike with > various arguments, but nothing works :( > "Failed to connect to HOST:PORT".
What are gtp-listen and gtp-connect? It sounds like something I could have written but I can't remember doing that. :-) With GoGui you can use 'gtpserver -port 5555 "gnugo --mode gtp"' on computerA followed by 'netgtp computerA 5555' on computerB and you should be able to issue GTP commands at computerB. Does e.g. showboard give any output if you do this? If it works you can plug in "netgtp computerA 5555", instead of a command line to start a local engine, for use with twogtp. Notice that gtpserver needs to be restarted after each connection. /Gunnar _______________________________________________ gnugo-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnugo-devel

