Amazing technological breakthrough possible @S-Logix pro@slogix.in

Office Address

  • #5, First Floor, 4th Street Dr. Subbarayan Nagar Kodambakkam, Chennai-600 024 Landmark : Samiyar Madam
  • pro@slogix.in
  • +91- 81240 01111

Social List

How to install MOVE and SUMO in ns2 in ubuntu?

STEP 2

Install the following software before installing SUMO. You must login as root.

$sudo apt-get update
$sudo apt-get install build-essential autoconf automake libxmu-dev default-jre g++-4.4 libproj-dev libgdal-dev libxerces-c2-dev libfox-1.6-dev
$export CC=gcc-4.4 CXX=g++-4.4

STEP 3

Execute the following commands to install SUMO from the terminal.

$./configure

$make

$sudo make install

STEP 4

Download MOVE.jar from the following link
https://lens1.csie.ncku.edu.tw/MOVE/download.php

STEP 5

Execute the following command to run the MOVE.jar file
java -jar MOVE.jar (Java required)