This is repository for assignment Advanced Network Security. The nodes roles as Server and Client.
Make sure u must have docker on your computer.
- Build docker-compose.yml
docker-compose build- Run docker-compose.yml
docker-compose up- List Running container
docker container ls- Entering docker container bash
docker exec -it <container-name> bash- Change Directory to /files
cd /files- Make File Using nano
nano <filename>on lokalml.py line 80, change the model name in nodes to model1.json, model2.json, and model3.json.