For simulating a VANET , we need Simulation of Urban MObility and MOVE softwares.SUMO softwares creates the road maps, edges,curves and vehicle movement with the help of MOVE software.So we have to install both software and also need java development kit(jdk) for supporting MOVE software
MOVE INSTALLATION
1. First you have to install jdk,for that open terminal and write following commands;
$ sudo apt-get purge openjdk*
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java7-installer
2. After installing JDK 7 go to following link to download MOVE [Fill the data]
3. Download the MOVE.JAR file.
4. Open the application using JDK [otherwise right click and click properties set JDK as default]
SUMO INSTALLATION
1. Download software from this link; SUMO
2. Now install SUMO and for that click here
For more; click here
Comments
Post a Comment