[ns] clone aodv

2011-04-10 Thread zafer albayrak
hello i am trying to write my algorithim for manets. firstly i need to clone aodv alorithim and when i did it i hade some problems. do anyone know the best way to do it. thanks for in advange Zafer ALBAYRAK Head of Department Department of Computer Technology Niksar Technical Sciences Voca

[ns] Drawing exponential graphs

2011-04-10 Thread rajeev joshi
Hell, I simulated IEEE 802.15.4 and Got the throughput delay, and can I draw the exponential graphs in xgraph if yes please tell how otherwise please anyone tell any software that plots . Waiting for ur reply. -- Jeeva Rajeeva

[ns] Problem installation of NS2.34 in UBUNTU

2011-04-10 Thread Zakia Khalfallah
Hi Friends, i try to install NS2.34 in UBUNTU it shows me this error : "make: *** [tk3d.o] Erreur 1 tk8.4.18 make failed! Exiting ... For problems with Tcl/Tk see http://www.scriptics.com"; Some one has met the same problem and helps me please. Thank you

Re: [ns] -- Question? -- What is the algorithm for MIH Link Events on NIST package of NS2? --

2011-04-10 Thread RamiHach
hi sadik did you find you information plz ? Sadik wrote: > > > Hello everyone, > > I need your help immediately. I am looking at the link event algorithms on > MIH on NIST pakcage of NS2. > I could not find any documentation about this yet. I am reading codes but > I > am not good at C++ so

Re: [ns] Drawing exponential graphs

2011-04-10 Thread mikes1313
rajeev joshi-3 wrote: > > > Hell, > I simulated IEEE 802.15.4 and Got the throughput delay, and can I draw the > exponential graphs in xgraph if yes please tell how otherwise please > anyone > tell any software that plots . > > Waiting for ur reply. > > -- > Jeeva Rajeeva > > I am fac

[ns] Algorithm in NS2

2011-04-10 Thread Mohammed Alenezi
Hi, I need to put specific algorithm in certain nodes. I'm not sure on which level I shall put it. In other words, shall I put in TCL code or in C++ code? My algorithm is very simple I just check the node id and add it to an array. Please guys, your help on this issue is highly appreciated. --

[ns] ns2 wimax mesh networks

2011-04-10 Thread Γιώργος Καρανίκας
Good evening everyone, my question is quick and simple (I believe). Could anyone tell me if and how can I produce a normal trace file using the ns2 wimax mesh80216 module; I tried to change the "header" file which is being used as a source to the scenario file in order to produce my trace but

[ns] aw k scripts for udp/cbr AODV

2011-04-10 Thread mikes1313
Hi I need awk scripts for udp/cbr AODV THANKS mike -- View this message in context: http://old.nabble.com/awk-scripts-for-udp-cbr-AODV-tp31365052p31365052.html Sent from the ns-users mailing list archive at Nabble.com.

Re: [ns] aw k scripts for udp/cbr AODV

2011-04-10 Thread mikes1313
e2edelay,throughput,sent-received-dropped packets,energy consumption,jitter mikes1313 wrote: > > Hi I need awk scripts for udp/cbr AODV > > THANKS > mike > -- View this message in context: http://old.nabble.com/awk-scripts-for-udp-cbr-AODV-tp31365052p31365195.html Sent from the ns-users

Re: [ns] aw k scripts for udp/cbr AODV

2011-04-10 Thread Γιώργος Καρανίκας
I do have a set of scripts. Hope they help. On 10/4/2011 9:51 μμ, mikes1313 wrote: e2edelay,throughput,sent-received-dropped packets,energy consumption,jitter mikes1313 wrote: Hi I need awk scripts for udp/cbr AODV THANKS mike

Re: [ns] ns2 wimax mesh networks

2011-04-10 Thread Γιώργος Καρανίκας
To make is simpler I want to produce a trace file from the scenario I'm attaching on this em-mail. If anyone can help please let me know! On 10/4/2011 7:54 μμ, Γιώργος Καρανίκας wrote: Good evening everyone, my question is quick and simple (I believe). Could anyone tell me if and how can I p

Re: [ns] Fwd: [Help] About configure snoop protocol in wired-cum-wireless architecture

2011-04-10 Thread Narendran Thangarajan
Narendran Thangarajan wrote: > > Got the solution. When the LLSnoop is applied to the same node which acts > as the wireless-cum-wired node, segmentation fault occurs. Since ns2 > doesn't have sophisticated 802.11 protocols, the trick is to use two nodes > to simulate an AP. One node with Snoop

[ns] Fwd: Need help for simulating the algorithm

2011-04-10 Thread rajeev bharshetty
-- Forwarded message -- From: rajeev bharshetty Date: Fri, Apr 8, 2011 at 1:19 AM Subject: Need help for simulating the algorithm To: ns-users@isi.edu Hi, I have written an algorithm for Multipath routing in Mobile networks which is attached with this mail . I need to simulate u

Re: [ns] Drawing exponential graphs

2011-04-10 Thread Mossy Mozila
Hie I'm also facing the same problem if it happens that someone helped you can you just post me the idea at mossymb...@gmail.com. Thanks in advance mikes1313 wrote: > > > > > > rajeev joshi-3 wrote: >> >> >> Hell, >> I simulated IEEE 802.15.4 and Got the throughput delay, and can I draw

[ns] [NS-ANS] Re: AWK script for extracting remaining energy of a node

2011-04-10 Thread Teerawat@UBC
Hi, I don't have specific answer to your question. But If you are interested in learning how tracing works in NS2, please read http://www.ns2ultimate.com/post/3995318343/post-processing-ns2-result-using-ns2-trace-main-post Best Wishes, Teerawat Issariyakul http://www.ns2ultimate.com/ http://w

Re: [ns] Anyone who can help me with an awk file to view Throughput with Xgraph for smac simulation

2011-04-10 Thread Teerawat@UBC
Hi Mossy, If you are interested in learning how tracing works in NS2, please read http://www.ns2ultimate.com/post/3995318343/post-processing-ns2-result-using-ns2-trace-main-post The above posts are based on the normal trace. If you are interested in wireless trace you might have to modify it

Re: [ns] Problem installation of NS2.34 in UBUNTU

2011-04-10 Thread Teerawat@UBC
Hi I did some test on NS2 installation. Here is the result http://www.ns2ultimate.com/post/439346614/working-combination-ns-2-34-ubuntu-8-04-and-perhaps There is a problem with the current linux-like distribution. Here is the solution http://www.ns2ultimate.com/post/441093095/ns-2-35-works-on

[ns] [NS-ANS] Re: Algorithm in NS2

2011-04-10 Thread Teerawat@UBC
Hi, As a rule of thumbs, most computation should be done in C++ and most configuration should be done in Tcl. If you would like to learn about how C++ and OTcl are bound please read the series of blog posts indicated below: http://www.ns2ultimate.com/post/648508440/c-and-otcl-linkage-why-two-l

[ns] code to implement application level caching scheme for MANETs

2011-04-10 Thread Sainadh P
Hello All, I am working on a project for implementing caching schemes for MANETs. I tried a lot and I spent a lot of time on this work. Finally I found a PDF that describes the procedure. But sadly I do not have the time to implement it on my own now. So I request if any body has code for imple

Re: [ns] Drawing exponential graphs

2011-04-10 Thread 兰天
hi, I also work on the simulation of 802.15.4, I hope that we could discuss together Varrick At 2011-04-11 08:17:24,"Mossy Mozila" wrote: > > >Hie >I'm also facing the same problem if it happens that someone helped you can >you just post me the idea at mossymb...@gmail.com. > >Thanks in adva

[ns] FW: creating an access point in IEEE 802.11p

2011-04-10 Thread chadi jabroun
From: chad...@hotmail.com To: ns-users@isi.edu Subject: creating an access point in IEEE 802.11p Date: Mon, 11 Apr 2011 06:49:22 + hi I'm working on ns2.34 under ubuntu8.10 and I'm trying to create a handover scenario using the IEEE802.11p I get an error "invoked from within" whil