An open API service indexing awesome lists of open source software.

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.

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.

![Model](https://raw.githubusercontent.com/A-Herzog/MiniSimulator/refs/heads/master/docs/images/Model_en.svg)

## Usage

To use simulator just go to

**[a-herzog.github.io/MiniSimulator](https://a-herzog.github.io/MiniSimulator/)**

![Website status](https://img.shields.io/website?url=https%3A%2F%2Fa-herzog.github.io%2FMiniSimulator%2F)

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)