Man Linux: Main Page and Category List

NAME

       chatplus_server - a simple LAN chat program (server)

SYNOPSIS

       chatplus_server [-h] [--help] [-l IP Address] [--listenon=IP Address]
                       [-p Port] [--port=Port] [room name]

DESCRIPTION

       Chat+ is a simple client/server LAN chat program with unicode support.
       The client and server are called chatplus_client and chatplus_server,
       respectively.

       This manual page was written for the Debian distribution because the
       original program does not have a manual page.

       chatplus_server is a server for the chat+ protocol, an extended version
       of the older and virtually non-used TJ Chat protocol. Its command-line
       options are documented below.

OPTIONS

       These programs follow the usual GNU command line syntax, with long
       options starting with two dashes (‘-'). A summary of options is
       included below.

       -h --help
           Show summary of options.

       -l IP Address --listenon=IP Address
           IP Address to listen on (default 0.0.0.0)

       -p Port --port=Port
           TCP port to listen on (default 4056)

BUGS

       Probably

SEE ALSO

       chatplus_client(1).

AUTHOR

       This manual page was written by Thomas Jollans thomas@jollans.com for
       the Debian system (but may be used by others). Permission is granted to
       copy, distribute and/or modify this document under the terms of the GNU
       General Public License, Version 2 any later version published by the
       Free Software Foundation.

       On Debian systems, the complete text of the GNU General Public License
       can be found in /usr/share/common-licenses/GPL.

AUTHOR

       Thomas Jollans
           Author.

COPYRIGHT

       Copyright © 2007 Thomas Jollans

[FIXME: source]                 March 17, 2007                     CHATPLUS(1)