Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allenlili/simulation-of-multi-server-system
simulation-off-a-multi-server-system
https://github.com/allenlili/simulation-of-multi-server-system
java simulator
Last synced: 3 days ago
JSON representation
simulation-off-a-multi-server-system
- Host: GitHub
- URL: https://github.com/allenlili/simulation-of-multi-server-system
- Owner: allenlili
- License: mit
- Created: 2018-10-11T07:11:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T07:29:54.000Z (about 6 years ago)
- Last Synced: 2024-11-06T15:51:23.361Z (about 2 months ago)
- Topics: java, simulator
- Language: Java
- Size: 45.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simulation of Multiserver System
This project simulates a fork-join multi-server system with a pre-processor by Java.
## Getting Started
### Prerequisites
Setting up jdk8
### Installing
Import into Eclipse or other IDE, or cmd build
## Running the simulation
1. uncomment some tests from [src/main/java/simulator/core/Analysis.java]
2. Run it
3. the result will be shown on console## Authors
* **Allen Li**
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details