CYCLIENT(1) | cyphesis | CYCLIENT(1) |
cyclient - cyphesis world building client
/usr/bin/cyclient [ --section:option=value ... ] [ package.function ]
The cyclient program connects to a cyphesis server and populates the world with data.
Configuration options are divided up into named sections, which need to be specified when modifying or overriding the options. In a config file the name of a section is specified in square brackets at the beginning of the section. On the command line the section is given at the beginning of the option specification, as shown in the synopsis above.
The following options are present in the client section of the config file, and overridden by specifying the client section name on the command line.
This setting provides the name of the Python package which contains the function that should run by the client.
This setting provides the Python function which should be run by the client.
The following options are present in the cyphesis section of the config file, and overridden by specifying the cyphesis section name on the command line. These options apply to the server, but are also required by the client to ensure that the client can connect.
Specifies the port number to use when connecting to the server.
Specifies the filename to use to listen for local trusted client connections.
Written by Alistair Riddoch.
Report bugs to <general@worldforge.org>.
Copyright 2004 Alistair Riddoch.
18 November 2010 |