Commit 34a6b38c authored by Marie-agnes Peraldi-Frati's avatar Marie-agnes Peraldi-Frati
Browse files

Update README.md

parent bdd576f8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -22,16 +22,16 @@ Here is a fast install procedure to run the simulator :

3-Create an OMNet++ project 
- Choose "Empty Project with src and simulations folders"
- delete a "package.ned" file that has been generated in the project 
- Delete a "package.ned" file that has been generated in the project 
- In the src folder -> Import code file system by selecting the local src folder that contains the gitlab code 

4-Build your project 
- click right on the package -> Build Project 

5-Run a simulation 
- click right on the package 
- choose the src/omnetpp.ini as configuration file 
- you are now able to run multiple simulations with different topologies namely (SmallNetwok, bigNetwork, BigNetwork mult runs, LargeNetwork...)
- Click right on the package -> Run As-> Run Simulation 
- Choose the src/omnetpp.ini as configuration file 
- You are now able to run multiple simulations by choosing different topologies namely (SmallNetwok, bigNetwork, BigNetwork mult runs, LargeNetwork...)

Enjoy ! 
The STF589 teams