• v0.2 d8ac03b038

    MrBesen released this 2018-04-27 10:29:39 +02:00 | 0 commits to master since this release

    Here are some commands, you could run after unzipping:
    Start a Client: Ctrl + C to stop

    java -jar Client.jar 127.0.0.1:5454
    

    Run the Server with the first Test program

    java Core.Starter c:Test p:5454
    
    

    Run the server with the encryption-crack-test

    java Core.Starter c:de.mrbesen.CryptCrack p:5454
    

    Run the server with the PrimeFinder p:5454

    java Core.Starter c:mrbesen.PrimeFinder p:5454
    

    for all server sessions: type stats to see some infos or type stop to stop the server.
    If thats not working, you could try Ctrl +C to terminate the server.

    Good luck, i take no warranty for anything.

    Downloads