[ns] WFQ implemantation

2008-10-10 Thread Davide
hi @ all, is it possible to implement the WFQ algorithm in ns2 ? is it possible to make some link dependent each other in terms of service time and bandwidth? i want to implement many queues, each of them goes in the same server...quite like the philosophy of a radio link but I'm interested to

[ns] Wireless Scenario Generator for NS-2 using MATLAB GUI, Help for some Developments

2008-10-10 Thread Hamid Shiri
Hi every body, I've implemented a simple scenario generator for wireless networks to make it easy to simulate wireless nets on NS-2. By the way it's almost customized and I want to develop it for  a general field in wireless simulation. That was not so easy for me to compile some available open

[ns] Is antenna position relative to node position?

2008-10-10 Thread Leyond
Hi, I want to calculate the value of received signal strength, so I need to know the position of Mobile Node and Access Point. And I found something interesting in the file mobile/propagation.cc Xr += r-getAntenna()-getX(); Yr += r-getAntenna()-getY(); Zr +=

[ns] Simulation of broadcasting nodes interpreting trace file

2008-10-10 Thread Vishal Agarwal
Hello all, I am trying to do a comparative study of two wireless standards by using one broadcast protocol in which there are 25 nodes and every node broadcasts its message after every 0.25 secs. After running the simulation, the trace file corresponding to it got generated but am not able to

[ns] how to use tracegraph

2008-10-10 Thread Vishal Agarwal
Dear users, I am trying to use tracegraph for interpreting and extracting information from my trace file. Can anyone please tell me the steps which i need to follow to install and then use it to do some analysis. I have matlab 7.0 installed on my computer. Thanks in advance -- Vishal

[ns] Wireless Scenario Generator for NS-2 using MATLAB GUI, Help for some Developments

2008-10-10 Thread Hamid Shiri
Hi every body, I've implemented a simple scenario generator for wireless networks to make it easy to simulate wireless nets on NS-2. By the way it's almost customized and I want to develop it for  a general field in wireless simulation. That was not so easy for me to compile some available

[ns] Wireless Scenario Generator for NS-2 using MATLAB GUI, Help for some Developments

2008-10-10 Thread Hamid Shiri
Hi every body, I've implemented a simple scenario generator for wireless networks to make it easy to simulate wireless nets on NS-2. By the way it's almost customized and I want to develop it for  a general field in wireless simulation. That was not so easy for me to compile some available open

[ns] Wireless Scenario Generator for NS-2 using MATLAB GUI, Help for some Developments

2008-10-10 Thread Hamid Shiri
Hi every body, I've implemented a simple scenario generator for wireless networks to make it easy to simulate wireless nets on NS-2. By the way it's almost customized and I want to develop it for  a general field in wireless simulation. That was not so easy for me to compile some available open

Re: [ns] SplitObject error after adding a simple print function

2008-10-10 Thread Mayur
Asraf wrote: I am trying to print out the route table, and rt_print function in aodv.cc plus this code on in AODV::command: int AODV::command(int argc, const char*const* argv) { ... ... else if (strcasecmp(argv[1], rt_print) == 0) {// print routing tables to a file FILE *fp =

[ns] Trace file

2008-10-10 Thread Hamid Shiri
Hi Can you tell me more details about your simulation ? Wired or wireless ? which type of routing protocol is used in simulation ? and ... Hamid Shiri

[ns] Need help -Running files

2008-10-10 Thread pepe Delino
hi guys , I am new to NS . Can you please help me running these files . I am including them as an attachment. Pepe

Re: [ns] Wireless Scenario Generator for NS-2 using MATLAB GUI, Updated Oct-10-2008

2008-10-10 Thread Hamid Shiri
Hi everyone My scenario generator have been updated, help me please to develop it and fix it's probabilistic bugs. You can see about 4 similar messages in the list that caused by bad delivery of my mail server, they are all corrupted. Download Link :

Re: [ns] errors when type make

2008-10-10 Thread Wang Danqi
It seems your compiler considers the declaration of char** p_info::name_ char* is different from the definition of p_info::name_ [59]. You may check the version of g++ in your system, by g++ -v g++ 4.2.4 works well with ns-allinone-2.33 eng Rony wrote: Eng Rony   [EMAIL