Alunos: Bruno Belo Comachio e Lucca Souza Di Oliveira.
RGA's: 202011310043 e 202011310024
pip install -r requirements.txt
- On a computer run
server.py
. - On another computer in the same network, setup
client.py
by pointing to the server's IP address withgrpc.insecure_channel('192.168.x.x:port')
by default the application uses the50051
port. - After setup, run the
client.py
script.
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
.
This project utilizes the ExchangeRate-API for updated ratios.