Study project for the lecture laboratory network engineering in the 4th semester.
To run the project, you need to have Kotlin v1.3 installed.
An easier way to install Kotlin on UNIX based systems such as OS X, Linux, Cygwin, FreeBSD and Solaris is by using SDKMAN!. Simply run the following in a terminal and follow any instructions:
$ curl -s https://get.sdkman.io | bash
Next open a terminal and install Kotlin with:
$ sdk install kotlin
Alternatively, on OS X you can install the compiler via Homebrew.
$ brew update
$ brew install kotlin
To have all external project packages installed, use the following gradle steps:
$ gradle jar
Start the jar located in build/libs
$ java -jar Spanning-Tree-Simulation.jar
The project uses SemVer for versioning. For the versions available, see the tags on this repository.
- Luca Stanger - Initial work - Student @ DHBW Stuttgart
This project is licensed under the Apache License 2.0 - see the LICENSE.MD file for details