https://github.com/a-herzog/minisimulator
The G/G/c/K+G simulator is a web service for simulating queueing models with general inter-arrival and service times, with options for batch arrival, batch service, impatience, retry and forwarding.
https://github.com/a-herzog/minisimulator
discrete-event-simulation javascript queueing queueing-theory simulation webapp
Last synced: 14 days ago
JSON representation
The G/G/c/K+G simulator is a web service for simulating queueing models with general inter-arrival and service times, with options for batch arrival, batch service, impatience, retry and forwarding.
- Host: GitHub
- URL: https://github.com/a-herzog/minisimulator
- Owner: A-Herzog
- License: apache-2.0
- Created: 2023-03-24T23:10:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-31T01:07:11.000Z (2 months ago)
- Last Synced: 2026-01-04T01:28:30.724Z (2 months ago)
- Topics: discrete-event-simulation, javascript, queueing, queueing-theory, simulation, webapp
- Language: Batchfile
- Homepage: https://a-herzog.github.io/MiniSimulator/
- Size: 1.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
- Notice: NOTICE
Awesome Lists containing this project
README
# G/G/c/K+G simulator
The G/G/c/K+G simulator is a web service for simulating queueing models with general inter-arrival and service times, with options for batch arrival, batch service, impatience, retry and forwarding.

## Usage
To use simulator just go to
**[a-herzog.github.io/MiniSimulator](https://a-herzog.github.io/MiniSimulator/)**

You can also download the simulator as an offline usable Windows application:
* **[MiniSimulator.exe](https://github.com/A-Herzog/MiniSimulator/releases/latest/download/MiniSimulator.exe)**
* **[MiniSimulator_Linux_MacOS.zip](https://github.com/A-Herzog/MiniSimulator/releases/latest/download/MiniSimulator_Linux_MacOS.zip)**
## License
The G/G/c/K+G simulator is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
This product bundles some components licensed under different open source licenses, see:
- [**Bootstrap**](https://getbootstrap.com/): [MIT license](https://opensource.org/license/mit/)
- [**Bootstrap icons**](https://icons.getbootstrap.com): [MIT license](https://opensource.org/license/mit/)
For building a desktop app from the Javascript code [**Neutralinojs**](https://neutralino.js.org/) under the
[MIT license](https://opensource.org/license/mit/) is used.
## Contact
[Alexander Herzog](https://github.com/A-Herzog)