Skip to content

User's Guide: 1. Installation

Michal Certicky edited this page Jul 19, 2014 · 16 revisions
  • Download the newest release of the testbed and extract it on your hard drive. The download may take a while, since the archives are something under 100MB in size. The archive should contain a folder named "mobilitytestbed-*". (Note: We recommend storing the source codes of the testbed outside of your Eclipse workspace.)
  • Import the extracted testbed into your Eclipse workspace:

File > Import > General > Existing Projects into Workspace > browse to locate the newly extracted "mobilitytestbed-*" folder as a root directory > make sure that all six projects ( CentralizedExample, DecentralizedExample, mobilitytestbed, mobilitytestanalyzer, mobilitytestbeddbtokmlexporter and mobilitytestbedgenerators) are found and checked > click Finish

  • Create a new folder called experiments in your "/mobilitytestbed-*/" directory.

  • Download the basic "The Hague: 20 drivers" benchmark from our Benchmarks page. Extract the hague_20_drivers folder within to your newly created experiments folder. Feel free to download and use other benchmarks as well - each of them contains different on-demand traffic scenario.

  • Now you should be ready to use the testbed. To try if everything is installed correctly, use the Project Explorer of Eclipse to locate the Main.java file among the sources of CentralizedExample project (it's in the "cz.agents.agentpolis.darptestbedvisio" package), open it (double click) and run it as Java application (Ctrl+F11).


Learn how to conduct experiments in the User's Guide part 2.

Analytics