[ns] Create-god command

2011-04-10 Thread Ahmad
Hi all, I still don't understand why we need to use create-god. What determine the number I put? Can I just put more than the total number of nodes to be on the safe side. Thanks Ahmad

[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 I really

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 facing the same

[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] 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

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 and

[ns] Fwd: Need help for simulating the algorithm

2011-04-10 Thread rajeev bharshetty
-- Forwarded message -- From: rajeev bharshetty rajeevr...@gmail.com 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 .

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 the

[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/

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

[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:

[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

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 mossymb...@gmail.com 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.