[ns] Algoritm AODV, DSR, DSDV

2007-06-18 Thread KaLiF
Hello, In an algoritm like AODV, DSR or AODV you have many types of packets: requests, replies, errors. How do I find out how many packets of one type do I have? There is an application named Tracegraph that interprete the trace file, but this only could tell me how many packets was sent,

[ns] Matlab Prepocesses HSDPA trace files

2007-06-18 Thread Imad Abdeljaouad
Hi all, When we generate the trace files for HSDPA, say 5 UEs at 120 km/h and 500m away from the BS, what is the movement of the UEs ? Are they moving away or towards the BS, Or is it in a cricle? Do all UEs have the same movement ( although I see different trace files)? How can we generate trace

[ns] How MAC finds out that there is no more traffic?

2007-06-18 Thread Hai T. Vu
Hello everybody, I am working on Mac protocol for wireless network. Let say I have node_(1) with cbr traffic sending to node_(0). The cbr traffic will be like this: start at 1.0, stop and 2.0, (re)start at 3.0 and stop again at 4.0 second. My question is that: at 2.0, how Mac finds out that the

Re: [ns] How MAC finds out that there is no more traffic?

2007-06-18 Thread Daniel Mahrenholz
Hai T. Vu schrieb: I am working on Mac protocol for wireless network. Let say I have node_(1) with cbr traffic sending to node_(0). The cbr traffic will be like this: start at 1.0, stop and 2.0, (re)start at 3.0 and stop again at 4.0 second. My question is that: at 2.0, how Mac finds out that

[ns] regarding installation of cygwin in windows XP

2007-06-18 Thread Geetha
Hello NS-Users, When I am trying to install cygwin in Windows XP I get the problem as /etc/postinstall/base-files-mketc.sh and it enters in the hang state only 99% have been successfully installed. If you could tell me where the error is it would of great help for me. Looking forward for

[ns] INRIA- struct Netinterface problem

2007-06-18 Thread Sim Tec
Hello fellow NS-ers Im still trying to get an 802.11e package working. Im trying INRIA. I use NS-2.30. Is this package advisable to use??? When I ./configure I get errors, I wasn't expecting any: ./80211/net-interface-80211.h:59: error: invalid use of undefined type `struct N

[ns] regarding installation of cygwin in windows XP

2007-06-18 Thread Sidney Doria
Geetha, sometimes this issue happens with Cygwin setup. Try to unselect some packages before install. Sidney Doria 2007/6/18, Geetha [EMAIL PROTECTED]: Hello NS-Users, When I am trying to install cygwin in Windows XP I get the problem as /etc/postinstall/base-files-mketc.sh and it enters

[ns] Mobile Node Positions and neighbor lists in MANET

2007-06-18 Thread Saeed SHAHBAZI
Hi all, I have tried different ways to access the list of neighbors and their locations including: 1- Node *nd = nd-get_node_by_address(addr()); neighbor_list_node* nb = nd-neighbor_list_; but nb is always NULL 2- bool Adian::IsNeighbor(int id) { if(addr() == id) return false;