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

[computer-go] cfg newbie help



Hi all,
    I'm trying to setup jago (on a windows machine), or any other client you would recommend to connect to gnugo running under xinetd on a linux machine over tcpip on a small network.
 
is this possible? All the docs talk about running gnugo into a local client on linux, but I cant see that it should be any different running over a tcp/ip connection ....
 
I have tried all four "modes" with no success, cant find docs on jago that specify what protocol it is using to connect with. If I set it to ascii, jago brings up the ascii game in the telnet window, but doesnt connect the gui interface .....
 
OR is there any freeware go server software I could install instead ....
 
[root@hal xinetd.d]# more gnugo
# default: on
service gnugo
{
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/local/bin/gnugo
        server_args     = --color black --komi 5.5 --mode sgmp
        log_on_failure  += USERID
        disable         = no
# mode='ascii', 'gmp', 'sgmp', or 'gtp')
}
 
Any help/experience would be appreciatied.
 
Kind regards
Andrew Gray.

 
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.737 / Virus Database: 491 - Release Date: 11/8/2004
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/