Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirazibnsina/simulation-singleserver
https://github.com/mirazibnsina/simulation-singleserver
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mirazibnsina/simulation-singleserver
- Owner: MirazIbnsina
- Created: 2024-06-25T12:41:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T13:14:17.000Z (7 months ago)
- Last Synced: 2024-11-06T03:17:05.368Z (2 months ago)
- Language: PHP
- Homepage: http://simulation.42web.io/
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Single Server Simulation Project
This project simulates a single-server queueing system for educational purposes. It allows users to input simulation parameters via a web form, processes them, and calculates various metrics to analyze the system's performance.
## Demo
Check out the live demo [here](http://simulation.42web.io).
## How to Use
1. **Input Simulation Data:**
- Open `index.html` in your web browser.
- Enter the required parameters: number of customers, random variables, intervals, and probabilities.
- Click on the "Simulate" button to submit the form.2. **View Simulation Results:**
- The results will be processed by `process.php`.
- Some calculation to view the detailed simulation metrics a summary.## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/MirazIbnsina/simulation-singleserver.git