This project, developed for a Network Programming course at BITS Pilani, is a fault tolerance system that simulates the monitoring of factory machinery. It uses fundamental OS concepts like ...
LAB-1/ ├── socket-lab/ │ ├── server.py │ ├── client.py │ ├── Dockerfile │ └── requirements.txt ├── rest-lab/ │ ├── app.py │ ├── models.py │ ├── Dockerfile │ └── requirements.txt ...