Skip to content

MirazIbnsina/simulation-singleserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

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:

    git clone https://github.com/MirazIbnsina/simulation-singleserver.git