Skip to content

Release 1.4.1 - 2020-05-15

Compare
Choose a tag to compare
@PhilippvK PhilippvK released this 15 May 22:04
d535398

New in version v1.4.1

  • Server Chooser added to Client GUI (#25)
  • Disabled debugging messages by default, added -verbose argument

Quickstart Guide

Feel free to try out the JAR files on your Operating System.

To execute them, you will have to install Java (JRE 8) from here: https://www.java.com/de/download/

First, extract the tracks.zip archive such that a directory named tracks/ is located at the same place as your downloaded server.jar.

If launching them via a double click does not work, run java -jar server.jar/java -jar client.jar on your command line. The default server hostname can be overwritten via the -server argument. Append -verbose to the command for detailed logging.

Here is an example:

java -jar client.jar -server 35.209.2.60 -lang en_US # Replace IP with the one of your server (which you can find out by using for example `ifconfig`/`ipconfig`) and lang with en_US, fi_FI or sv_SE

There may be some firewall prompts you have to accept, when launching the server.

To ensure, that the connection can be established, start the server application a few seconds before the client application.

Have Fun!