[ns] AODV-BR protocol ?

2006-05-29 Thread Güzin Ulutaş
Hi all, is there anybody that knows about AODV-BR protocol ? Where can I find its ns-2 implementation?

[ns] problem with TORA simulation

2006-05-29 Thread Alexandra Cioroianu
Hello everybody! I'm trying to run a simulation using the TORA protocol and I have made the necessary changes to the tora.h and tora.cc file. In tora.cc i have added the lines: if (strcmp(argv[1], "port-dmux") == 0) { if ((obj = TclObject::lookup(argv[2])) == 0) { fprintf(

[ns] OLSR and HOLSR examples

2006-05-29 Thread zlatkok79
Hi everyone, I am interested in Routing Protocol for Manet, especially OLSR and HOLSR ( Optimized Link State Routing Protocol and Hierarchical OLSR ). Could anyone please send to me some .tcl examples of routing protocols OLSR or HOLSR. I have installed ns-allinone-2.29.2 with UM-OLSR-0.8.8

[ns] Problem with implementation of EDCF function in NS-2

2006-05-29 Thread Mateusz
Problem with implementation of EDCF function in NS-2 Hi everyone! I'm just starting with Network Simulator...I have a huge problem with implementation of EDCF function in NS-2. I have my simulator working fine - it can run all tcl scripts, which don't need EDCF function, without any problem. I've

[ns] help regarding cross layering in MANETs

2006-05-29 Thread Tirumal G
hi to all, i trying to modify AODV protocal to reduce the route discovery time by considering the intelligent use of 802.11 RTS/CTS fields. I hav to use sendRTS and sendCTS packets of 802.11 when a neighbor receives a RouteRequest packet. Instead of using expanded ring search mechanism I m using

Re: [ns] Simulating an embedded ad-hoc wireless protocol

2006-05-29 Thread Jeff Schwentner
Daniel, 1) I applied ns_2.28-4.diff to ns_2.28.orig, and had an error when trying to compile. When I attempted a make after configure, I got the following error: $ make c++ -c -DTCP_DELAY_BIND_ALL -DNO_TK -DTCLCL_CLASSINSTVAR -DNDEBUG -DUSE_SHM -D HAVE_LIBTCLCL -DHAVE_TCLCL_H -DHAVE_

Re: [ns] Simulating an embedded ad-hoc wireless protocol

2006-05-29 Thread Daniel Mahrenholz
Jeff, you tried to compile GEA in the wrong order. You have to: 1. install GEA using ./configure make make install in the GEA source directory. 2. compile ns Step 1 will compile and install the native GEA version. This is not required for ns-2 at runtime. But you need the different include file

[ns] Schedule Problem: couldn't schedule timer

2006-05-29 Thread 徐航宇
Hi all, is there anybody that knows about the fast scheduling in EURANE? I got a ploblem when i run a simulation using MAX C/I and FCDS.The simulation is run well when the UEs is 5,but when i increase the number of UEs to 10,the problem is come out ,simulation is stop and print:"couldn't schedule

[ns] ns2 Help-set the request pkt size in PagePool/WebTraf

2006-05-29 Thread Changhua Sun
Hi, I did some ns2 simulations about web traffic using PagePool/WebTraf. But I don't know how to set the request packet size (from clients to servers) and the responses packets size. If anybody knows, would you please tell me? Thank you very much! Best Regards, Changhua System Notice: This o

[ns] Help on referencing mac

2006-05-29 Thread G.Chandramowli
Hi there , I am trying to set different mac for my node . I tried with the following script , but it doesnot work . "$ns node-config -macType Mac/802_3" Infact I am trying to set a different mac not the 802_3 . I have got the cc file for that, put in the mac folder after its compilati