Skip to content

Client server aplication for converting currency using gRPC

Notifications You must be signed in to change notification settings

brunbrunbrun/currency_converter_gRPC

Repository files navigation

Alunos: Bruno Belo Comachio e Lucca Souza Di Oliveira.

RGA's: 202011310043 e 202011310024

Requirements

pip install -r requirements.txt

Usage

  • On a computer run server.py.
  • On another computer in the same network, setup client.py by pointing to the server's IP address with grpc.insecure_channel('192.168.x.x:port') by default the application uses the 50051 port.
  • After setup, run the client.py script.

Troubleshooting

Verify if the specified port is open, on Unix you can run:

sudo ufw allow 50051/tcp

to allow connections to a specified port, in this case, port 50051.

Acknowledgements

This project utilizes the ExchangeRate-API for updated ratios.

About

Client server aplication for converting currency using gRPC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages