- Launch the client with
java client <serverIP>
and replace<serverIP>
with your server public IP. - Type
help
to prompt the list of commands you can use in the client. - Type
exit
to quit.
- Place all your .pgn files in Src/
- Launch DBReader2 with
java DBReader2 <nbThread>
and replace<nbThread>
with the number of cores your CPU has. - Wait for DBReader2 to finish. For each .pgn file in Src/ you should have 3 .dat files created.
- You're all done, you can now start the server with
java server
. - The server shoud start and prompt "Server listenning on port 1085".
Don't start the server without first running DBReader2 ! The server can't work without the .dat files !