Manual for center system ------------------------ * The server has an ini.txt file, with adjustable parameters: a. port - the port to which server listens to b. tick time (in msec) - period of time in which agents can send message c. reply time (in msec) - period of time in which agents must finish reply d. keepalive time (in msec) - period of time in which agents should request list e. route length - length of message-send route * After adjusting these parameters, double click server.exe to run the server. * To exit the program, press "e". * The server will create a log.txt file, which contains logging information of its activity. * The server will create a recovery.dat, which contains recovery information of last activity. The server will load this file (if exists) on startup.