forked from akeranen/the-one
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Vaibhav Balloli edited this page Feb 26, 2019
·
1 revision
This project contains the simulations conducted in the paper https://arxiv.org/pdf/1811.10826.pdf
.
git clone https://github.com/swifiic/the-one
- Open Eclipse -> Open Project -> Select the-one
- Check for DTNConsoleConnection.jar, ECLA.jar. If they're not there, add them: Project -> Properties -> Java build path -> Add the .jar files from lib folder inside the-one folder(project folder)
- Change the settings file by adding them in the
program-arguments
section insideRun Configuration
. Example (inside the program arguments):data/def.txt data/vct2.txt
This ensures the settings of def.txt is used, then of vct2.txt on top of def.txt only replacing those specific parameters present in vct2.txt