Beegala Yuvaraj
skype : beegalayuvraj
e-mail : beegalayuvaraj@gmail.com
facebook : www.facebook.com/yuvraj.beegala
LinkedIn : in.linkedin.com/in/beegalayuvaraj
LinkedIn : in.linkedin.com/in/beegalayuvaraj
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
ReplyDeletesudo 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?
First try dese commands
Delete--------------------------------------
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
Hi yuvraj!
ReplyDeleteI tried installing ns2.34 & ns2.35 on ubuntu 12.10 without internet.
Is it impossible to install without internet?
Thanks in advance
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.
Deleteif you cygwin in windows , it comes up with packages then you have to select those needed one's
it means ns allinone alone cant install ns on ubuntu 12.10?
Deletewe should have internet for installation.
thanks for positively replying!
With out downloading necessary packages,it won't get installed.
ReplyDeletei dont have internet facility on my college pc!
DeleteCan you give me link of files to be downloaded!
right now i have downloaded ns2.35 all in one!
My friend told me about this blog!
ReplyDeleteHe 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 !
acikarsiv.atilim.edu.tr/browse/160/172.pdf
DeletePlease 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
Thanks alot sir!
DeleteI 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.....
Thank you very much sir!
ReplyDeleteI 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!
please refer to ns-2 downloads and get ur desired version
DeleteHello Yuvaraj,
ReplyDeleteI want to complete uninstall ns2 from my ubuntu and then install it again. Please tell me how to go about this !
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
ReplyDeleteHello yuvaraj,
ReplyDeleteI 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?
Please see my post "Black hole attack " where one can add the attackers
DeleteI want to simulate the performance of AODV under link failure. Can you provide me TCL file for it
ReplyDeleteAODV 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.
DeletePlease 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
ReplyDeletens aodv.tcl --> this will generate the trace file to the location u set in the tcl file. later you can analyze and generate graph.
http://hpds.ee.ncku.edu.tw/~smallko/ns2/ns2.htm
ReplyDeleteHii yuvaraj, i am getting link state errors while trying to install ns2.35 in ubuntu 12.10 like
ReplyDeletelinkstate/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?
Sir,
ReplyDeleteI 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....
hiii
ReplyDeleteam 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
sir,
ReplyDeletei 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.