Skip to content

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

Notifications You must be signed in to change notification settings

babis200/RPC-Socket-program

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published