Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bubbros-server(6) [debian man page]

bubbros-server(6)						   Games Manual 						 bubbros-server(6)

NAME
bubbros-server - the bub-n-bros server. SYNOPSIS
bubbros-server [ level-file.bin ] [options] DESCRIPTION
bubbros-server starts an http server that acts as a control panel for the server. The server listens on port 8000 by default. The url for the control panel is http://server:port/0xN where 0xN is a random hex number (acts as minimal protection). This url is printed when the server starts. You can start and view games and kill the server from this panel. The control panel also allows you to type in the address of a server to connect to, the script will then open a client to that server. The http server also servers java applet clients for those players who wish to use one. When a game is started the script opens a port for the game server. This port can then be connected to by a client. Clients autodetect servers running on the local network with UDP ping on port 8056. Connection forming The client forms a tcp connection to the server. Or, when using the metaserver, the server forms a connection to the client. If this fails, the client and server try a simultaneous SYN connect. This sometimes works if the server and client are behind firewalls. The server then tries to transmit the data over udp. If it gets no response from the client it will fall back to the existing tcp connection. OPTIONS
-b N, --begin N, --start N Start at board (level) number N. The default is 1. See also the -s option. -h, --help Display help. -i, --infinite Restart the server at the end of the game. Normally the server quits after a certain period of inactivity. This is useful when used with the -m option to make a public server that is available for a long time. -l N, --lives N Limit number of lives to N. If this option is not specified the number of lives will be infinite. -m, --metaserver Register server with the Metaserver (currently) at codespeak.net:8050. This makes your server visible to everybody, and also facil- itates joining through a fascistic firewall. --port TYPE=N Sets default listening ports. If type is LISTEN , sets the game server port to N. The game server port is chosen randomly by default. If the type is HTTP , sets the http server port to N. The http server port defaults to 8000. Another port will be chosen if none was specified and 8000 is already in use. The server also listens to UDP ping on port 8056. -s N, --step N Increase board number with N when a board is completed. Defaults to 1. see also the -b option. OUTPUT
The server outputs helpful debug information concerning the http and game servers. SEE ALSO
bubbros(6) bubbros-client(6) December 7, 2007 bubbros-server(6)

Check Out this Related Man Page

pioneers-server-console(6)					   Games Manual 					pioneers-server-console(6)

NAME
pioneers-server-console - command-line game server for Pioneers SYNOPSIS
pioneers-server-console [ OPTIONS ] DESCRIPTION
This manual page documents briefly the pioneers-server-console command. Pioneers is an implementation of the popular, award-winning "Settlers of Catan" board game for the GNOME desktop environment. It uses a client/server model for networked play of between two and eight players. This program provides a console-only server that pioneers clients can connect to. OPTIONS
Application options -g,--game-title game title Load the ruleset specified by game title. The title can be found in the *.game files. You need quotes for titles with spaces. --filefilename Load the ruleset in the file filename. -p,--port port Use port port for player connections. -P,--players num Start a game for num total players (including computer players). -v,--points points Specify the number of "victory points" required to win the game. -R,--seven-rule[0|1|2] "Sevens rule": Specify gameplay behavior when a player rolls a seven. A value of 0 (the default) means that rolling a seven always moves the robber. A value of 1 requires the player to re-roll if a seven is rolled on the first two turns. A value of 2 means the player always re-rolls. -T,--terrain[0|1] Choose a terrain type: 0 for the default, or 1 for random terrain. -c,--computer-players num Start up num computer players. --version Show version information. Meta-server options -r,--register Register with a meta server. The meta server to use can be overridden with the -m option. Default meta sever: pioneers.debian.net -m,--meta-server metaserver Register this server with the metaserver at the specified address. -n, --hostname hostname Use this hostname instead of the hostname reported by hostname(1). Miscellaneous options -x,--auto-quit Automatically exit after a player has won. -k,--empty-timeout secs Automatically stop the server if no one has connected after secs seconds. -t,--tournament mins Tournament mode: add AI players after mins minutes. -a,--admin-port port Listen for administrative commands on port port. -s,--admin-wait Don't start the game immediately; wait for a command on the admin port (-a) instead. --fixed-seating-order Give players numbers according to the order they enter the game. --debug Enable debug messages. ENVIRONMENT
The default settings of the server can be influenced with the following three environment variables: PIONEERS_META_SERVER The hostname of the meta-server when no meta-server is specified on the command-line. PIONEERS_SERVER_NAME The hostname of the server. If it is not set, the hostname is determined by hostname(1). PIONEERS_DIR The path to the game definition files. If it is not set, the default installation path will be used. FILES
/usr/share/games/pioneers/*.game and $XDG_DATA_HOME/pioneers/*.game Game definitions /usr/share/games/pioneers/computer_names A list of names the computer player can use AUTHOR
This manual page was written by Steve Langasek <vorlon@debian.org>, and updated by Roland Clobus <rclobus@rclobus.nl>. Pioneers was writ- ten by Dave Cole <dave@dccs.com.au>, Andy Heroff <aheroff@mediaone.net>, and Roman Hodek <roman@hodek.net>, with contributions from many other developers on the Internet; see the AUTHORS file in the pioneers distribution for a complete list of contributing authors. SEE ALSO
pioneers(6), pioneers-server-gtk(6), pioneersai(6), hostname(1) pioneers January 8, 2012 pioneers-server-console(6)
Man Page