Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 658 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 658 Bytes

RPC Socket simple programm

This project was created as an assingment at Distributed Systems, UNIWA

Run Makefile for compilation and execution.

execute ask1_server then ask1_client and the socket_client all in seperate command lines. ask1_server is the RPC server, where all the calculations actuallt happen.

ask1_client is the RPC client and at the same time the 'Socket server' and is responsible for the communication of the clients with the system, it returns results and/or error messages. It has the ability to serve up to 50 clients.

socket_client is the client Socket program and with the use of a simple MENU executes 4 simple calculations.