-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
36 lines (28 loc) · 1.32 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
To run this project requires the following:
Linux x64 (Tested with Ubuntu)
Java 7 from Oracle
Working instalation of SUMO Library (simulation of urban mobility)sudo apt-get install sumo sumo-tools sumo-doc)
To run this project cd to the root project directory and run.
bash ./run.sh -file ./test/control/case.xml
To complie this project requires the following:
Linux x64 (Tested with Ubuntu)
Java 7 from Oracle
Working instalation of SUMO Library (simulation of urban mobility)
Eclipse IDE
To compile:
Import the project into Eclipse.
Import the user Libraries.
Build only the Simulator project in Eclipse.
Import the launch configuration into Eclipse
Run the project from Eclipse using the launch configuration.
Folders:
jar : Contains the compiled Java classes,
lib : Libraries that are used in this project that are uncommon,small or require lots of work to get required files.
src : Contains source files for this project
test : Contains Configuration files that are used to test the simulator.
tools : Contains a simple tool to convert OSM busstops to static devices.
Files
run.sh : Used to run the simulator.
runConvert.sh : Used to run the OSM to bus stop to static device conversion tool.
Console.launch : Run configuration for Eclipse.
libs.userlibraries : User libraries to import into Eclipse