Skip to content

Assignment Tasks: You will need to write a client and a server program to facilitate interactions using RPC techniques.

Notifications You must be signed in to change notification settings

m-muigai-m/Distributed-Systems-Group-Project

Repository files navigation

Distributed-Systems-Group-Project

Assignment Tasks:
You will need to write a client and a server program to facilitate interactions using RPC techniques.

Distributed Systems Group Project

Implementation of Inter-process Communication in Java

Build Instructions

  1. Open a Command Prompt Window/Terminal
  2. Clone the repository using the git clone command
  3. Move into the cloned directory using the cd command
  4. Compile the project files using the javac command
    javac ServerProtocol.java SocketClient.java SocketServer.java
  5. In the current command prompt/terminal window, run the following command to start the server
    java SocketServer
  6. Open a new command prompt/terminal window and run the following command to run the client
    java SocketClient

Distributed-Systems-Group-Project

About

Assignment Tasks: You will need to write a client and a server program to facilitate interactions using RPC techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages