Git Product home page Git Product logo

rpc-client-server's Introduction

RPC-Client-Server

Assignment based on the university course Distributed Systems. The application is a fully functional commandline, menu based calculator which with the use of RPC technology allows the user to input arrays (and other variables when necessary) to compute specific vector functions (i.e. magnitude, averages, dot product). The application was rated with full mark (10/10)

How to run

After you compile the source code using the provided MakeFile, you begin by opening a terminal and running the RPC server using the following command ./vect_server. This terminal will show every function call that is executed by the client (Socket Server).

After succesfully starting the RPC server, you can run this command on a new terminal ./vect_client to see the proper usage for running the Socket server. This terminal will show the connections to the Socket server (the application allows concurent users)

After setting up both the RPC server and the Socket server you are ready to execute the main part of the application (Socket Client) by using the following command in a new terminal ./client socket_server_address socket_server_port. Now by choosing an option from the menu, the application will prompt the user to provide the necessary inputs for the calculations.

General Command Usage

/vect_server
/vect_client <rpc_server_address> <port>
/client <socket_server_address> <socket_server_port>

rpc-client-server's People

Contributors

harrisoik avatar

Stargazers

MANISH MAHESH TALREJA avatar Eason Wang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.