[ns] WiMAX in Mesh mode

2007-07-18 Thread Anand PG
Dear All, Can anyone please point me in the right direction as to where I can get hold of a WiMAX simulation model (in NS or any other) WITH MESH MODE? The ones I have come across so far have a PMP (Point-to-Multipoint) implementation and not the mesh implementation. Kind Regards Anand

Re: [ns] how to get node id in classifier

2007-07-18 Thread Mohammed Abu Hajar
I understand from your query that you want to know the current execution mobile node , is it that write? From the error message you get, means net_id variable not found(not declare) so may be the data structure (procedure) you deal with node identification does not handle , so I advice yo

Re: [ns] how to get node id in classifier

2007-07-18 Thread rubenjy
when i use the code in classifier.cc printf("net_id = %s",net_id.dump()); it show "net_id" undeclared. Mohammed wrote: > > > through net_id.dump() > > in other words use: printf("net_id = %s",net_id.dump()); > > rubenjy <[EMAIL PROTECTED]> wrote: > > > hello, > i want to get node

Re: [ns] how to get node id in classifier

2007-07-18 Thread Mohammed Abu Hajar
through net_id.dump() in other words use: printf("net_id = %s",net_id.dump()); rubenjy <[EMAIL PROTECTED]> wrote: hello, i want to get node id in classifier.cc i don't know how to get node id. so i include node.h and write code (follow) Node* tempnode; int ttmp; if (tempnode){ ttmp=tem

Re: [ns] jitter NRL PDF throughput end to end delay

2007-07-18 Thread Mohammed Abu Hajar
About Normalized Routing Load (NRL) it is It is the number of routing packet required to be send per data packet delivered. NRL = (NumberofRoutingPacket)/(NumberofPacketReceived) so if you want to change the NRL value you should either change one of the parametres used in equation, thi

[ns] how to get node id in classifier

2007-07-18 Thread rubenjy
hello, i want to get node id in classifier.cc i don't know how to get node id. so i include node.h and write code (follow) Node* tempnode; int ttmp; if (tempnode){ ttmp=tempnode->address(); ttmp=tempnode->nodeid(); } but it had segmentation fault(core dumped). i used gdb to trace it. gd

Re: [ns] Shadowing and Rayleigh models

2007-07-18 Thread Daniel Mahrenholz
Hi, Venkataramana Badarla schrieb: > I am going to use Rayleigh fading model in some of my simulations. However, > we do not have this model in NS2. If any one you have solution for this, > kindly give me the details. > > I think there is an implementation somewhere, but I can't remember

[ns] Shadowing and Rayleigh models

2007-07-18 Thread Venkataramana Badarla
Hi ALL, I am going to use Rayleigh fading model in some of my simulations. However, we do not have this model in NS2. If any one you have solution for this, kindly give me the details. Further, have any one you used Shadowing model instead of Tworayground model. When I ran example f