OMNET++ :- Simulator Installation steps in ubuntu 14.04

Omnet++ Simulator Installation  steps in ubuntu 14.04...

    1. Firstly Download the tar file of omnet++ clicke here..http://omnetpp.org
        but here take care of that the download file is..omnetpp-4.5-src.tgz.
 
   2. First ensure that the "universe" repository is enabled... to see there...
        https://help.ubuntu.com/community/Repositories/Ubuntu

   3. The tar file paste in home directory....

   4. Then open the terminal run that command

      $ sudo apt-get install build-essential gcc g++ bison flex perl \
      tcl-dev tk-dev blt libxml2-dev zlib1g-dev openjdk-6-jre \
      doxygen graphviz openmpi-bin libopenmpi-dev libpcap-dev
 
   5. After extract the tar file by that command
       
       $ tar zxvf omnetpp-4.2.2-src.tgz

 
   6.Then Compile Omnet++ by that command..
   
        
        $ cd omnetpp-4.5
        $ . setenv


    7.Then configure by that command.
          
        $ ./configure


   8.Then make the omnet++
          
        $ make

 
    9. Test by that command...

          
    $ cd samples/dyna
    $ ./dyna
 
Note:- after close that program and terminal you face the problem of starting the omnet++ tool
 so her we use that command for editing the .bashsrc file or directory
by command on terminal... $ gedit ~/.bashrc
and here a new file open you paste at last of that file program is....
 
export PATH=$PATH:$HOME/omnetpp-4.5/bin
 
and then save that file and close the terminal
and again start terminal and enjoye the simulator tolls omnet++ by command given below 
  
   10. used omnet by  omnetpp  
     
         $ omnetpp
 
   

Comments

  1. Even after following the above steps, when i type omnetpp, it is showing command not found

    ReplyDelete
    Replies
    1. hey dear firstly uninstall your existing Omnet++ after that follow these steps carefully.. and install omnet++

      Delete
  2. This comment has been removed by the author.

    ReplyDelete
  3. I completely removed omnet and logout. Then I followed the above whole steps with commands but still facing the problem at ./configure. Need email id for sending snapshot.

    ReplyDelete
  4. hi
    I'm new in Omnet and Castalia,please help me to know:
    How can defined topology in Castalia-3.2 for WBAN ?
    How can import topology in omnet++ to casalia ?
    where the topology defined in default WBAN scenario in Castalia?
    if it's possible please send me asource code..
    or
    source code of "Comparison, Evaluation and Characterization of
    MAC Protocols in Wireless Body Area Network" paper that you compile it.
    with regard
    thanks

    ReplyDelete
  5. hi
    please if its possible send me your email address
    thanks

    ReplyDelete
    Replies
    1. can yo help me also My email is
      abdelrahman.miky@pua.edu.eg

      Delete
  6. what about the windows OS??how to fix that error

    ReplyDelete
  7. I am getting error
    No rule to make target 'Makefile.inc'. Stop

    ReplyDelete

Post a Comment

Popular posts from this blog

Installation steps for CupCarbon simulator on Ubuntu 14.04

Castalia :- Simulator Installation steps with OMNET++ in ubuntu 14.04