Commlink is a Java application, that uses JavaFX for the UI and GraalVM to produce native images for all platforms, including mobile operating systems. If you want to help writing code or if you want to contribute data - either way, you need to setup an environment to test your work.

For experienced Java developers

In case you are familiar with Java development and Maven, this is a brief summary what you need.

New to Java Development

Okay, the following explanation is the longer version of the paragraphs above and assumes you are fairly new to Java development. It also assumes you use Eclipse as an IDE.

Step 1: Create yourself an account at Bitbucket

We do store our source code and data at the online service called “Bitbucket” (from Atlassian). We use a so called version control system named “Git” to access that service.

You need to create yourself an account at https://bitbucket.org/ - it is free.

Step 2: Install the necessary software

You need to decide, if you want to work with a full fledged integrated development environment (IDE) or install software individually.

For further steps, read this guide.