[ns] ABR Implementation for NS-2

2006-03-20 Thread Sasan Sahraei
> Hi All, > > Is there any ABR implementation for NS-2 available? Has anyone used this > algorithm recently? > > Thanks, > Sasan >

Re: [ns] calculation of average network delay

2006-03-20 Thread qadous
Everything avilable in the trace file. You just need to know how to analyze the tracefile using awk or perl languages (very simple languages). ...you need to know the meaning of trace file parameters. You can find these information in module 24 or pages (157,158 and 159) in ns-manual and ~ns/tra

[ns] NS2 Metrics

2006-03-20 Thread Nadeer Hakim
Here is a link for how to calculate some NS2 metrics... http://www.elmurod.net/bbs/tb.php/netsim/7 - Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze.

[ns] urgent need of ns-2.29

2006-03-20 Thread amrutha ravichandran
HI, I want ns version 2.29 urgently because some of the features of energy model are not there in earlier version.. i have fedora core2..will ns2.29 work on fc2?? can someone send me the link frm where i can download ns 2.29?? pls help its urgent. Thanks, Amrutha.

[ns] calculation of average network delay

2006-03-20 Thread Geetha
Hello Ns-users, How to calculate the average network delay for performance comparison of routing protocols. thanking you with regards geetha

[ns] makefile.in ns2.26 gdb

2006-03-20 Thread Siyui AliOh
here, i want to use gdb to debug my ns2.26, but i dont know how to edit my makefile.in, here is segment of my makefile.in .. CC = @CC@ CPP = @CXX@ LINK= $(CPP) MKDEP = ./conf/mkdep TCLSH = @V_TCLSH@ TCL2C = @V_TCL2CPP@ AR = ar rc $(BLANK) RANLIB = @V_RANLIB@ INSTALL =

[ns] error msg: "bailing in Tcl::eval"

2006-03-20 Thread L H
Hello all, When I run wireless sensor network simulation using ns2.1b5, my simulator works with 100 nodes, 200 nodes, however, when I increased the number of nodes to 300 nodes, I got this error message "bailing in Tcl::eval" I checked and found that this error message should be generated b

[ns] ns-allinone-2.1b7a installation problem

2006-03-20 Thread lewapryb
Hi everyone! I have been figthed with ns older versions. But now I do not have the idea what can I do: During ns-allinone-2.1b7a installation I have: tclcl-mappings.h: In static member function ‘static int TclObjectHelper::dispatch_(void*, Tcl_Interp*, int, char**)’: tclcl-mappings.h:51: error: i

[ns] how to implement a scheduling scheme coded in c++ in ns2

2006-03-20 Thread Nisar Bashir
Hello fellow NS2 users, We are currently working on a project to simulate optimized scheduling schemes (dynamic channel allocation and connection admission control) for UMTS UTRA TDD networks. We have coded our optimized schedulig in C++. We are trying to simulate this scheduling scheme using ns

[ns] acccessing scenario files

2006-03-20 Thread deepika priyadarshini
Hello all, Can anyone send me an example Tcl file for accessing scenario files for wireless stationary nodes and also tutorial for XGRAPH? Regards, Deepika __ Yahoo! India Matrimony: Find your partner now. Go to http://yah

[ns] Problem implementing new MANET protocol

2006-03-20 Thread Umair Nasir
Hi, First time posting here. I studied famous document "Implementing new MANET protocol in ns-2" n wrote the same code in ns-2. that was compiled OK. I made necessary changes in ns-2 files as packet type declaration in common/packet.h and so on n added changes in ns-lib.tcl for routing agent. Ad

Re: [ns] What does this line means " [[$self agent] set node_ ] "

2006-03-20 Thread Pedro Vale Estrela
OK, step by step: $self <--- the object's own handle, in the form "_oXXX" [$self agent] <--- calls a proc named "agent" on the current class that returns the handle, in the form "_oXXX", of the agent associated to the current object. This proc can be located in several places: - an otcl pr

[ns] Reconfigurable Hardware

2006-03-20 Thread Daniele
Hi all, does anyone know if exist an implementation of a node with reconfigurable hardware, like FPGA or similar in ns2 ? i would simulate a network which node are endpoints with reconfigurable hardware characteristics. do you have any links? do you think that is possible to realize? i've searched

[ns] from TDMA to MF-TDMA: what is neccesary to add

2006-03-20 Thread Nurzat B
Dear all, I need to write code for MF-TDMA and i found in NS built in script for TDMA (mac-tdma.cc, mac-tdma.h). Does anybody know, how to add multiple frequency function to this script? this is neccessary for completing diploma and it's urgent. If somebody can help me, i'd appreciate. thanks in

[ns] Chord/DHT simulations

2006-03-20 Thread it01_okr
Hello all, I am looking into implementing distributed hash tables (DHT) in ns-2, more precisely the Chord protocol. Does anyone have any experience in this or know anyone that has done this? How much work do you think it will require? Any help would be appreciated. Thanks for any input. Regards

[ns] What to choose

2006-03-20 Thread martyn
I'm just about to install NS on Centos 4 and need to know if there is anything I need to do with the install, do I choose Desktop or server and do I need to install a compiler Martyn

Re: [ns] [Smac-users] Does anyone know how to analyze the energy efficiency from the trace file?

2006-03-20 Thread Qasim Raza Iqbal
Hi David, I wanted to ask you what routing protocol you have used for SMAC? I am having problem using the routing protocols, they all have a very large overhead. If you run th esame simulaton and only change the mac layer to 802_11, you will see, it saves between 100-200% energy regards Qasi

[ns] is there a queue in the received node for the packet received ????

2006-03-20 Thread hamdi benmessaoud
hi every body , I want to ask a question : in the receiver node is there a queue for the received packet arrived to the same destination in a same time ? thank u in adva,ce for your reply - Nouveau : téléphonez moin

[ns] need help for a mathematic model of a protocol

2006-03-20 Thread Alexandra Cioroianu
Hello ns users! I work with ns 2.29 and i have soon begun to run wireless simulations. But i really need to find a mathematic model of a protocol,it doesn't matter what protocol(preferably a wireless protocol).The mathematic model should be about the queueing theory,the probabilities of the pa

Re: [ns] Need help in implementing Wireless routing protocol

2006-03-20 Thread Kanthi
I had found this document very helpful. Hope this is of some help to you also. masimum.dif.um.es/nsrt-howto/pdf/nsrt-howto.pdf Please let me know if the link doesn't work. I will unicast the pdf, which I have downloaded. Regards, Kanthi > > Hi, > I am looking for some help regarding wireless

Re: [ns] CSThresh_ and RXThresh_

2006-03-20 Thread Daniel Mahrenholz
On Monday 20 March 2006 08:27, Ashraf Bourawy wrote: > in addition, in ns-2, the transmission range is set to approximately 250 > m...and the distCST_ is 550 m > > my question is, why is this huge difference? as this will affect the > performance...and is it required by the standard? I just c

[ns] c++ coding problem...

2006-03-20 Thread wealth2.tw
hi How does a node knows each of it's neighbor nodes' id? Please tell me, thanks Daivd ___ 最新版 Yahoo!奇摩即時通訊 7.0,免費網路電話任你打! http://messenger.yahoo.com.tw/