Menu

ConfigFile(_en)

Joël Matteotti zilkorle
There is a newer version of this page. You can find it here.

Configuration file

Warning !! The programing of this new project is often modified, it's possible that's this sample don't work with the last version of SVN.color red

Configuration file can set some TuxDroidSerrver parameter. The file name "config.txt" and contains by default :

SERVER_PORT=9595
MAX_CLIENTS=150
USER_KEY=test

SERVER_PORt - It's the listener waiting for request.

MAX_CLIENTS - set the maxum of simultaneous connection. One Application is equal to one connection (if it's properly design).

USER_KEY - set an authentification key to avoid that anybody connect to your server (see also [Tux_Key]).