Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 744 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 744 Bytes

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.