[ns] Trace Graph convertor

2006-01-17 Thread #LIM XIAOWEI#
Hi! I'm currently using trace convertor and trace graph. I can't seem to use trconvert.exe to convert my trace file into one that suits the trace graph. When i type Eg trconvert foreman, it doesn't recognise my trace format. FYI, my trace format is in this form, 1.122066 id 0 lost

Re: [ns] Animating wireless transmissions in nam

2006-01-17 Thread Peyman Behbahani
Hi Dhammika, In your $ns_ node-config add the following lines. It should works if you are using wired cum wireless but please do let me know how does it work? -agentTrace ON \ -wiredRouting ON Regards, Peyman -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[ns] Integrating Error Models

2006-01-17 Thread #LIM XIAOWEI#
Hi! Would like to ask, how do you integrate error models into the simulation? Eg MArkov model and random error models. Thanks!

Re: [ns] Trace Graph convertor

2006-01-17 Thread Pedro Vale Estrela
What type of trace files is that? Not one of the standard NS2 trace files, I think -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of #LIM XIAOWEI# Sent: terça-feira, 17 de Janeiro de 2006 8:31 To: ns-users@ISI.EDU Subject: [ns] Trace Graph

[ns] wireless networks

2006-01-17 Thread michael dahis
Has anyone simulated wireless networks and examined its performance if there is i will be glad to get some help . _ On the road to retirement? Check out MSN Life Events for advice on how to get there!

Re: [ns] how to find node position

2006-01-17 Thread Fabio A. D'Aprano
In C++ code you can access to the node position simply by calling the getLoc() method of the MobileNode class (see common/mobilenode.h, common/mobilenode.cc for more informations) For example: double x, y, z; node-getLoc(x, y, z); You can ignore the z value since height is not yet supported

Re: [ns] Patch Files

2006-01-17 Thread Sergey Semenov
Hi You need diff util, which available in any linux distributive and it is ported in Win32. About using diff and creating patches you can read here: http://www.google.com/search?q=howto+make+patch+using+diff On 1/17/06, #LIM XIAOWEI# [EMAIL PROTECTED] wrote: How do i create my own patch files

Re: [ns] Patch Files

2006-01-17 Thread Sergey Semenov
On 1/17/06, Sergey Semenov [EMAIL PROTECTED] wrote: Hi You need diff util, which available in any linux distributive and it is ported in Win32. About using diff and creating patches you can read here: http://www.google.com/search?q=howto+make+patch+using+diff On 1/17/06, #LIM XIAOWEI#

[ns] Running SMAC

2006-01-17 Thread Sita S. Krishnakumar
Hello, Anyone running SMAC successfully, can you please share your experiences? Thanks, Sita

[ns] Doubts about Scheduler class

2006-01-17 Thread A Anupama
Hi, I am doing some modifications to AODV protocol. In the sendRequest method, there is a line: Scheduler::instance().schedule(target_, p, 0.); where p is the request packet created. I think, this line is to send the packet. But, I am not sure... Can any one tell me how actually a

[ns] implementing 'RTS-CTS-DATA ' in NS

2006-01-17 Thread Hafiz M.Rizwan
Hi all m using 'ns-allinone2.29.2' on fedora4. i want to see the bahavior of the wireless adhoc network using 'MACAW's multicast solutions i.e. 'RTS-DATA'' and compare it with 'RTS-CTS-DATA'. i want to see wether the inclusion of CTS makes any difference in throughput /efficiency of