Skip to content

UGR project. Distributed calculator using apache thrift technologies

Notifications You must be signed in to change notification settings

JesusGonzalezA/Distributed-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Distributed-Calculator

UGR project. Distributed calculator using apache thrift technologies

Description

Calculator using thrift tech. It is implemented in Java and Python. The calculator is a distributed calculator using RPC middleware. The architecture consists in a client-server architecture. You can use two types of calculators:

  • Simple: to make simple operations (+,-,*,/)
  • Complex: to make those simple operations using vectors and matrixes.

Documentation

See here

Execution

Java

cd exe
java -jar server.jar
java -jar client.jar

Python

python3 server.py
python3 client.py

About

UGR project. Distributed calculator using apache thrift technologies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published