Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimBenn22 authored Dec 8, 2023
1 parent 6afa3d2 commit 294ab49
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,13 @@ This project implements a simulation of a factory, warehouse, and clients synchr

* Limit the maximum production of the factory. ⚠️ DONE
* Limit the storage capacity of the warehouse. ⚠️ DONE
* Limit the number of clients who can access the warehouse simultaneously. ‍⚠️ NOT DONE
* Mechanism that modifies factory rythm depending on the number of clients.. ⚠️ NOT DONE

**Execution instructions**:

1. Compile the Java files.
2. Run the `Main` class.

**Modifications and improvements**:

* You can modify the initial values of the semaphores and the warehouse thresholds to observe the impact on the system's operation. ⚙️
* You can add logging mechanisms to track the production, storage, and consumption of goods.
* You can add graphical interfaces to visualize the state of the factory, warehouse, and clients.

**License**:

Expand Down

0 comments on commit 294ab49

Please sign in to comment.