- make tests
- make serverside
- enter the bin directorie
- java -cp . dnswithfriends.serverside.ui.UIServer
- the option is optional, the default is set in the code
- now the server is waiting for one of the commands
- /quit : closes the server
- /load-friends : witch loads the know friend from a file
- /load-hosts : witch loads the know hosts from a file
- /help : show a little help message
- make clientside
- enter bin directorie
- java -cp . dnswithfriends.clientside.ui.UIClient
- the and parameters are optional, the default ones are in the code
- now the client waits for a file name, that must be a request to the server