From 8bb6c87dbc62f66b2b4273726941ec78e558662f Mon Sep 17 00:00:00 2001 From: Gianluca Bigaglia Date: Mon, 26 Jun 2017 13:36:41 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38ca574..d593f0e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Here, you can see the implementation of: * Reno In order to generate the number of segments to send, we used the [SSJ -(Stochastic Simulation in Java) library](https://github.com/umontreal-simul/ssj) developed by _Pierre L'Ecuyer_ of the University of Montreal. +(Stochastic Simulation in Java) library](https://github.com/umontreal-simul/ssj) developed by _Pierre L'Ecuyer_ of the University of Montreal. To install it you can follow the guide on the repository page or you can add it to the project creating a new library and +linking all `.jar` files that you can find in `ssj-3.2.0-3.2.0/lib` folder, you can get it cloning this repo. A minimal GUI has been implemented in order to observe the real time behaviour of the simulator.