kms1920
This repository was created as part of the KMS lecture in 2019/20. You can find the specific task of the lecture in the requirements_german.pdf file.
Quick Start for File Server and Client:
javac kms_exercise/client_server/*.java
-
java kms_exercise.client_server.Server
(starts server on port 4242) -
java kms_exercise.client_server.Client
(starts client)
Quick Start for Peer-To-Peer Client:
javac kms_exercise/peer_to_peer/*.java
-
java kms_exercise.peer_to_peer.Main
(starts first client) - Open new terminal and execute again
java kms_exercise.peer_to_peer.Main
(starts second client)