Contact

Beegala Yuvaraj
skype         :          beegalayuvraj 
e-mail         :          beegalayuvaraj@gmail.com
facebook    :        www.facebook.com/yuvraj.beegala   
LinkedIn   :      in.linkedin.com/in/beegalayuvaraj

24 comments:

  1. Sir, my ubuntu version is 12.10 and i need to install gcc-4.3 in it..where can i get it? when i tried the command sudo apt-get install gcc-4.3 i am getting the following error

    sudo apt-get install gcc-4.3
    [sudo] password for linta jose:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package gcc-4.3 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    Can u help me?

    ReplyDelete
    Replies
    1. Beegala Yuvaraj22 April 2013 at 02:38

      First try dese commands
      --------------------------------------
      sudo apt-get update ( means you need to keep your pc updated )
      sudo apt-get install build-essential autoconf automake libxmu-dev

      To Download Gcc-4.7 (replace 4.3 for your requirement) on ubantu12.10

      commands
      ----------------
      sudo add-apt-repository ppa:ubuntu-toolchain-r/test
      sudo apt-get update
      sudo apt-get install gcc-4.7



      If these doesn't work well , you can manually try to install it ,please get the version from this link http://packages.ubuntu.com/hardy/devel/gcc


      Worst case if you got irritated , you can shift to cygwin in windows and install ns-2

      Delete
  2. Hi yuvraj!
    I tried installing ns2.34 & ns2.35 on ubuntu 12.10 without internet.
    Is it impossible to install without internet?
    Thanks in advance

    ReplyDelete
    Replies
    1. Beegala Yuvaraj22 April 2013 at 05:54

      Ns-2 needs list of packages which helps it to run . among them gcc compiler,perl, etc... .These packages are independent of NS_2 allinone. so ,you need to install all packages required . you can directly use commands to install from net else you can download needed packages and install those.

      if you cygwin in windows , it comes up with packages then you have to select those needed one's

      Delete
    2. it means ns allinone alone cant install ns on ubuntu 12.10?
      we should have internet for installation.
      thanks for positively replying!

      Delete
  3. Beegala Yuvaraj22 April 2013 at 10:26

    With out downloading necessary packages,it won't get installed.

    ReplyDelete
    Replies
    1. i dont have internet facility on my college pc!
      Can you give me link of files to be downloaded!
      right now i have downloaded ns2.35 all in one!

      Delete
  4. My friend told me about this blog!
    He was right in praising you!
    Sir my question is how to make few nodes as black hole ?
    Also how to identify them & remove them !
    Thank you very much !

    ReplyDelete
    Replies
    1. Beegala Yuvaraj23 April 2013 at 11:03

      acikarsiv.atilim.edu.tr/browse/160/172.pdf

      Please go through this thesis and wait for my post here in this blog . hopefully soon i ll update how to create and avoid black hole using AODV protocol

      Delete
    2. Thanks alot sir!
      I read your post about black hole attack!
      In my tcl script I have done following
      ....
      set val(nn) 30 ;# 30th Node is BlackHole Node
      set val(nnaodv) 29 ;# number of AODV mobilenodes...
      ..
      # Creating blackhole nodes for simulation
      $ns node-config -adhocRouting blackholeaodv
      for {set i $val(nnaodv)} {$i < $val(nnaodv)} {incr i} {
      set node($i) [$ns node]....
      hope this is right.....

      Delete
  5. Thank you very much sir!
    I dont have internet facility on my college computer!
    Can you give me link of files(supporting libraries) to be downloaded!
    So that I can download them at home!
    And how to install them manually !
    Right now i have downloaded ns2.35 all-in-one only on ubuntu 12.04!

    ReplyDelete
    Replies
    1. Beegala Yuvaraj7 May 2013 at 05:03

      please refer to ns-2 downloads and get ur desired version

      Delete
  6. Hello Yuvaraj,

    I want to complete uninstall ns2 from my ubuntu and then install it again. Please tell me how to go about this !

    ReplyDelete
  7. Remove the ns 2 folder where u installed. I think u might install ns-allinone . So , please search for that folder and delete .again try installing ns2 to any of ur desired drive. U can install 2 also , if there in diff drives

    ReplyDelete
  8. Hello yuvaraj,
    I am going to compare the attack detection rate for both single hop and multi hop wsn.for tat i ve to include attackers in some protocols na.so how can i include tat?

    ReplyDelete
    Replies
    1. Beegala Yuvaraj8 June 2013 at 23:31

      Please see my post "Black hole attack " where one can add the attackers

      Delete
  9. I want to simulate the performance of AODV under link failure. Can you provide me TCL file for it

    ReplyDelete
    Replies
    1. Beegala Yuvaraj31 July 2013 at 02:09

      AODV is wireless adhoc routing protocol. it does not posses links . if the link failure happens . its uses djistra's algorithm to transmit data in another possible way. please clarify urself what has to be implemented.

      Delete
  10. Beegala Yuvaraj31 July 2013 at 02:22

    Please download aodv tcl from AODV tcl downloads page and try to simulte it . Before that you need to install Ns-2 , if it installed correctly when u enter $ns it should give % symbol . use termianl and run the command

    ns aodv.tcl --> this will generate the trace file to the location u set in the tcl file. later you can analyze and generate graph.

    ReplyDelete
  11. Beegala Yuvaraj31 July 2013 at 03:06

    http://hpds.ee.ncku.edu.tw/~smallko/ns2/ns2.htm

    ReplyDelete
  12. Hii yuvaraj, i am getting link state errors while trying to install ns2.35 in ubuntu 12.10 like

    linkstate/ls.cc:396:28: required from here
    linkstate/ls.h:137:20: error: ‘erase’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
    linkstate/ls.h:137:20: note: declarations in dependent base ‘std::map, std::allocator > >’ are not found by unqualified lookup
    linkstate/ls.h:137:20: note: use ‘this->erase’ instead
    make: *** [linkstate/ls.o] Error 1
    Ns make failed!

    what should i do?

    ReplyDelete
  13. Sir,
    I want to implement malicious request flooding in ns2 , for which i have modified the aodv.h and aodv.cc files and also did rest of the settings...thereafter i ran a file in tcl/ex wireless-flooding.tcl....flooding is implemented by the help of this file...but the throughput is showing zero ..... also there is no cbr or udp define in the file....please suggest me what to modify so that required throughput is measured....

    ReplyDelete
  14. hiii

    am trying to implement 802.11n on hybrid wireless mesh networks(802.11s) for QOS with multi channel multi radio (MCMR) .is it possible ??
    next what is maximum channels i can use ,and what should be the total bandwidth used.
    please help me.ur answer will help me a lot.
    waiting for reply

    ReplyDelete
  15. sir,
    i need urgent help.
    how to delay a packet using tcl script.
    because of sudden delay ACK is received after RTO expires.
    so, the sender retransmit the missing packet(without loss). here, retransmission is unnecessary.
    please help.

    ReplyDelete