Projeto feito em Porgramação de Sistemas
To compile the program:
make
How to execute:
First run the authenticator server in your terminal:
./KVS-AuthServer
Second open another terminal and run your local server:
./KVS-LocalServer
---Don´t close the 2 terminals---
To test it you can edit the code in the applications in order to match the group_name and the group_password and run them in another terminal:
First compile:
make Application1
make Application2
Second execute:
./app1
./app2