KoSI KoSI Bridge
Version 0.3

Client

 


Overview

Starts the client.
Options

client [ parameters ]
Parameters

All parameters consist of name=value pairs. Possible names are:
  • user=username - Username used to connect to the server.
  • password=password - Password for this username.
  • server=servername[:port] - Server to connect to.
  • x=number - X position of the main window (in pixel).
  • y=number - Y position of the main window (in pixel).
  • width=number - Width of the main window (in pixel).
  • height=number - Height of the main window (in pixel).
  • err=file - Redirect errors to the given file.
  • out=file - Redirect text output to the given file.
Examples

Start the client:
  ./client user=jiriki server=localhost password=secret
  
Start the client with given user data and connect to the localhost:
  ./client user=jiriki server=localhost password=secret