Skip to content
Vaibhav Balloli edited this page Feb 26, 2019 · 1 revision

About

This project contains the simulations conducted in the paper https://arxiv.org/pdf/1811.10826.pdf.

Eclipse Build and Run instructions:

  1. git clone https://github.com/swifiic/the-one
  2. Open Eclipse -> Open Project -> Select the-one
  3. 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)
  4. Change the settings file by adding them in the program-arguments section inside Run 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
Clone this wiki locally